Skip to content

Latest commit

 

History

History
124 lines (73 loc) · 7.31 KB

CHANGELOG.md

File metadata and controls

124 lines (73 loc) · 7.31 KB

Changelog

2.4.0 (2024-01-29)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: default encoding to ascii if not set #212 (coreone)

2.3.1 (2023-06-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix pagination for ACMEAccount.find() #173 (jzmp)

Closed issues:

  • New release to support pagination #178
  • Version Bump needed #105

2.3.0 (2022-09-12)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • SAN not being included in the cert #89
  • Getting error 400 with sample from README #28

2.2.0 (2022-03-01)

Full Changelog

Implemented enhancements:

2.1.0 (2021-12-06)

Full Changelog

Implemented enhancements:

Closed issues:

  • New release #61
  • PyPi outdated version? #30

2.0.0 (2021-05-26)

Full Changelog

Breaking changes:

  • Remove Python 2 support #17 (coreone)
  • CircleCI update and remove support for Python 3.4 #11 (coreone)

Implemented enhancements:

  • Add extra format types #29 (matejzero)
  • Add custom_fields handling to Certificates.enroll method #25 (alextremblay)
  • Style cleanup, reduce to one paginate method, Python 3.9 testing #23 (coreone)
  • Migrate to Poetry and GitHub Actions #21 (coreone)
  • feat: Add external requester field #19 (ravanapel)
  • Add support for ACME endpoint(s) #16 (zmousm)
  • Adding more features support in SSL certificates #15 (trolldbois)
  • Start using CircleCI orb, disable TravisCI #10 (coreone)

Fixed bugs:

  • Remove custom HttpError exception #6
  • Fix #26, JSONDecodeError when receiving HTTP 204 empty response from API #27 (alextremblay)

Closed issues:

  • JSONDecodeError when using the SSL.revoke method #26
  • Add support for custom fields to Certificates.enroll #24
  • Unable to specify External Requester #18

1.0.0 (2019-04-04)

Full Changelog

Implemented enhancements:

  • Fix versioning of the package #2
  • Convert to 2.1 CircleCI config #8 (coreone)
  • Replace custom exception #7 (coreone)
  • Fix install and versioning, add user-agent #5 (coreone)

Fixed bugs:

* This Changelog was automatically generated by github_changelog_generator