Skip to content

v0.11.0

Choose a tag to compare

@osanderson osanderson released this 25 Aug 16:57
Immutable release. Only release title and notes can be modified.

0.11.0 (2026-08-25)

⚠ BREAKING CHANGES

  • keys.ECDHAgreer.AgreeSharedSecret and keys.KeyDecrypter.DecryptKey (added in #141, unreleased) each gain a keyID string parameter as their second argument. An existing implementation that doesn't need multi-key support can add the parameter and ignore it.

Features

  • adapt any crypto.Signer into a keys.KeyManager (3c4f30c)
  • add a capability-based, KMS/HSM-friendly keys.Decrypter (#141) (c2dc847)
  • support graceful key rotation — multi-key JWKS publishing, kid-aware decryption (14d44e7)