Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 19:19
Immutable release. Only release title and notes can be modified.
55c08e5

1.0.0 (2026-08-14)

⚠ BREAKING CHANGES

  • Auto-generated kid values for OKP JWKs are now computed from the RFC 8037 required members (crv, kty, x) instead of the incorrect (kty, n, x). Previously generated kid values will no longer match; keys with an explicitly provided kid are unaffected.

Bug Fixes

  • Change OKP JWK thumbprint to use crv/kty/x, not RSA's kty/n/x (#26) (7760623)