Releases: kelunik/acme
Releases · kelunik/acme
2.0.0 Beta 1
Initial release compatible with AMPHP v3.
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise have been replaced with ResolutionType.
1.0.0
What's Changed
- Update to ACMEv2 (RFC8555) by @ramonschriks in #34
- ACMEv2 support has been available for some months already and has been available as a beta version in
kelunik/acme-client
.
New Contributors
- @ramonschriks made their first contribution in #34
Full Changelog: v0.5.3...v1.0.0
0.5.3
0.5.2
0.5.1
0.5.0
This release is a major rewrite and cleanup. Quite a few things moved
around. Please take a look at the new code structure yourself.
The main AcmeService
and AcmeClient
API didn't change much.
This release includes an upgrade to Amp v2, which should give more
stability, especially for the DNS resolver and HTTP client.