-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
47 lines (37 loc) · 1.26 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Revision history for Perl module cPanel::APIClient
0.10 - 1 Nov 2022
- Make tests work with OpenSSL 3.
0.09 - 19 Oct 2022
- Add UAPI response documentation.
- Add HTTP transport SYNOPSIS.
- Trivial spelling fix.
- Convert to cpanfile.
0.08 - 26 Oct 2020
- Fix tests that 0.07 broke.
- Add the ability to call cPanel UAPI from WHM.
- Add GitHub CI to the repository.
- Set curl’s POST payload size explicitly.
0.07 - 20 Oct 2020
- BUG FIX: WHM1 HTTP responses now work.
- Additional tests added for WHM.
0.06 - 7 Oct 2020
- BUG FIX: WHM1 CLI arguments are now passed.
- Downgrade Test::MockModule requirement.
- Avoid testing Mojo in 5.10 (to avoid a length(undef) warning).
- Add diagnostics to tests.
- Fix missing strict/warnings.
0.05 - 6 Jul 2020
- Fix cancel() tests and documentation.
- Use pure-Perl IO::Async in tests.
(Avoids epoll EBADF bug: https://rt.cpan.org/Public/Bug/Display.html?id=132537)
- Use pure-Perl AnyEvent in tests. (Just to be safe.)
- Require fixed Net::Curl::Promiser in cancel test.
- Skip tests that need a real fork() in non-fork OSes.
0.04 - 4 Jul 2020
- Fix missing Test::MockModule dependency.
0.03 - 3 Jul 2020
- Add repository information to Makefile.PL.
0.02 - 3 Jul 2020
- Trivial documentation update
0.01 - 3 Jul 2020
- Initial release