Skip to content

Releases: jwt/ruby-jwt-eddsa

v0.9.0

28 Jun 09:33
4b8b7b2

Choose a tag to compare

0.9.0 (2025-06-28)

Features

  • Support resolving JWA from crv parameter in JWK (#24) (76ab43b)

v0.8.1

27 Jun 20:22
e6fe64e

Choose a tag to compare

0.8.1 (2025-06-27)

Bug Fixes

v0.8.0

15 Sep 15:58
059a3da

Choose a tag to compare

0.8.0 (2024-09-15)

Features

  • Officially supported by ruby-jwt (#19) (cca6ecf)

v0.7.1

24 Aug 07:47
c2a1e8a

Choose a tag to compare

0.7.1 (2024-08-24)

Bug Fixes

v0.7.0

04 Aug 08:35
222dedc

Choose a tag to compare

0.7.0 (2024-08-04)

Features

  • Always set alg header to EdDSA (#13) (daaa740)
  • Replace rbnacl with ed25519 (#9) (a0f8200)
  • Support the ED25519 reference when pointing to the algorithm (#12) (982ecf3)

v0.6.0

02 Aug 20:53
4614632

Choose a tag to compare

0.6.0 (2024-08-02)

Features

  • Initial version using rbnacl for crypto operations (#5) (adc259b)