Releases: CodingAnarchy/cognito_token_verifier
Releases · CodingAnarchy/cognito_token_verifier
v0.8.0: Merge pull request #45 from CodingAnarchy/bump-version
0.8.0 (2025-03-22)
- Add Rails 8 support
- Test against Ruby 3.4
- Remove official support for Rails 6.1
- Remove official support for Rails 7
- Remove testing for Ruby 3.1
- Update minimum required Ruby version to 3.2
v0.7.0
0.7.0 (2024-02-28)
- Add Rails 7.1 support
- Test against Ruby 3.2 and 3.3
- Remove official support for Rails 5.2
- Remove official support for Rails 6.0
- Remove testing for Ruby 2.7 & 3.0
v0.6.0
0.6.0 (2022-02-24)
- Add Rails 7 support
- Test against Ruby 3.1
- Drop testing for Ruby 2.6
- Switch to Github Actions for CI
v0.5.0
- Update
nokogiri
version to 1.11 for security patch in gem development - Test against Ruby 3.0 and remove near-EOL Ruby 2.5 from test matrix
- Add Rails 6.1 support
v0.4.0
- Remove support for Rails < 5.2 to encourage updating Rails to supported versions
- Add testing for Ruby 2.7 and remove it for EOL Ruby 2.4
- Update development version of
actionview
and other gems for security patches and improvements
v0.3.2
- Updated Rails related gems for development based on security notifications
- Updated other gems in development to ensure testing passes with updated dependencies
v0.3.1
- Update
nokogiri
version to 1.10.8 for security patches in gem development.
v0.3.0
- Update to ensure support for Rails 6
- Remove support for Rails 4.2 as EOL
- Update
nokogiri
andloofah
gems for security patches in gem development
Improve Error Handling
0.2.0 (2019-02-21)
- Improvements to handling errors fetching JWKs and decoding Cognito JWTs
Initial release of Cognito token verification functionality
v0.1.0 Bundle install after changing Gemfile constraints