Skip to content

v0.4.0: Towards 1.0

Latest
Compare
Choose a tag to compare
@mswart mswart released this 16 Oct 21:36
· 4 commits to master since this release
v0.4.0

Many improvements and feature extensions to reach 1.0 milestone:

  • Support newer python-acme releases
  • handling nonce errors (with updated acme library), fixes #8
  • switch to ACME v2 endpoints
  • support for wildcard domains
  • a basic logging framework, fixes #3
  • test against multiple ACME backends (boulder and pebble)
  • use docker-compose for simple and reliable ACME backend setup
  • Refresh supported Python versions (add new released major versions,
    drop unsupported old ones): target 3.5 to 3.8 for now
  • Dedicated HTTP error codes for rating limiting and validation errors
  • Simplified Python dependencies: only use PyOpenSSL and cryptograph to
    parse CSR and during tests