Skip to content

v0.0.30

Compare
Choose a tag to compare
@fulder fulder released this 19 Dec 10:10
· 62 commits to main since this release
a5ba7f1

What's Changed

  • chore(deps-dev): bump the dependencies group with 1 update by @dependabot in #59
  • chore(deps): bump the dependencies group with 6 updates by @dependabot in #75
  • chore(deps): bump the dependencies group with 1 update by @dependabot in #73
  • feat: new revoke mode param by @fulder in #76
    • Add a new optional revoke_mode enum parameter to is_issued function with the following values:
      • RevokeMode.OCSP_FALLBACK_CRL
      • RevokeMode.OCSP_ONLY
      • RevokeMode.CRL_ONLY
  • feat: add OCSP response cache by @fulder in #64

Full Changelog: v0.0.29...v0.0.30