Skip to content

Releases: kelunik/acme

2.0.0 Beta 1

15 Aug 17:40
v2.0.0-beta.1
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release

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

25 Oct 20:14
v1.0.0
Compare
Choose a tag to compare

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

Full Changelog: v0.5.3...v1.0.0

0.5.3

06 Feb 19:23
v0.5.3
Compare
Choose a tag to compare
  • Reset nonces after a nonce error (#33)

0.5.2

09 Jun 16:46
v0.5.2
Compare
Choose a tag to compare
  • Added optional logging support.

0.5.1

06 Jun 19:48
v0.5.1
Compare
Choose a tag to compare
  • Improved error message for invalid challenges.

0.5.0

15 Dec 10:22
v0.5.0
Compare
Choose a tag to compare

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.

0.4.1

17 Nov 14:41
v0.4.1
Compare
Choose a tag to compare
  • Fixed OpenSSLCSRGenerator to return a Promise instead of a Generator (as defined by the interface) and to resolve the promise with the CSR contents instead of a boolean.

0.4.0

17 Nov 14:41
v0.4.0
Compare
Choose a tag to compare
  • Removed unnecessary parameters for CSRs (#15).
  • Moved challenge verifiers into their own classes.
  • Upgraded to namshi/jose:^7.
  • Moved generation of CSRs outside of AcmeService (#17).
  • Added generateDns01Payload().
  • Retry when hitting the rate limit (#23).

0.3.3

26 Mar 12:04
v0.3.3
Compare
Choose a tag to compare
  • Fixed issues with OpenSSL inside PHARs.

0.3.2

23 Mar 15:59
v0.3.2
Compare
Choose a tag to compare
  • Fixed issues with OpenSSL on Windows by adding a minimal openssl.cnf.