Skip to content

Releases: gufolabs/gufo_acme

0.4.0

23 Nov 13:43
Compare
Choose a tag to compare

Added

  • AcmeAuthorizationStatus structure

Changed

  • AcmeClient.get_challenges replaced with AcmeClient.get_authorization_status.
  • Respond to challenges only if authorization status is pending.

0.3.0

23 Nov 10:01
Compare
Choose a tag to compare

Added

  • External Account Binding support.

0.2.0

17 Nov 15:25
Compare
Choose a tag to compare

Added

  • DavAcmeClient: http-01 fulfillment using WebDAV
  • PowerDnsAcmeClient: dns-01 fulfillment using PowerDNS.
  • WebAcmeClient: http-01 fulfillment using static files.

Changed

  • ACMEClient has been moved into gufo.acme.clients.base.
  • ACMEClient, types, and exceptions have been renamed to snake-case.

Fixed

  • Fixed typo in exception class name.

0.1.1

16 Nov 09:59
Compare
Choose a tag to compare

Fixed

  • Fixed ACMEClient.from_state() to return a proper subclass.
  • Fixed type annotation for ACMEClient.__aenter__() in subclasses.

0.1.0

15 Nov 10:18
Compare
Choose a tag to compare

Initial implementation