Skip to content

v0.21.4

Latest
Compare
Choose a tag to compare
@mholt mholt released this 02 Oct 21:40
· 10 commits to master since this release
v0.21.4
c783cbd

We've made several improvements across the board, notably:

  • Storage is temporarily a required field, until we implement a zerossl issuer that doesn't require storage. I'm hoping this will be optional again before v1.0.
  • New exported function GetRenewalInfo(), useful for issuers that support ARI.
  • Better logging related to account loading and creation, and CSR generation; useful for troubleshooting.
  • ACME account registration is now synced across a cluster.
  • ARI fetching is now synced across a cluster.
  • Normalization fix for IDNs.
  • Writes to the filesystem (default) storage now use temporary files, which provides greater concurrency safety. This should improve the very rare and sporadic corrupted certificate or metadata (JSON) files that have been observed and reported.

Thank you to everyone who contributed!

What's Changed

New Contributors

Full Changelog: v0.21.2...v0.21.4