Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 964 Bytes

Changelog

1.1.0 (2024-08-10)

Features

  • Official support for Ruby 3.2 and 3.3 (2f6079f)

1.0.0 (2023-12-28)

Features

  • jwk_loader/test for convenience for testing without external dependencies. #6 (@anakinj)
  • Serialize the cached key sets into JWT::JWK:Set to avoid generating OpenSSL PKeys for each time the keys are used. #6 (@anakinj)

1.0.0 (2022-08-26)

Fixes

  • make sure 'net/http' is required #2 (@lukad).