Skip to content

0.8.0

Compare
Choose a tag to compare
@djc djc released this 29 Aug 13:45
· 27 commits to main since this release
v/0.8.0

Breaking changes

  • load_native_certs() now returns a CertificateResult value containing all the certificates that were successfully found as well as any errors encountered. Changes made in 0.7.1 in order to find certificates in more locations resulted in new errors in scenarios that previously worked for most users. This change allows callers to determine the error handling strategy most appropriate to their application.

What's Changed