Releases: appercept/cognito_idp-ruby
Releases · appercept/cognito_idp-ruby
v1.0.0
What's Changed
- fix: Raise Error on non-2xx responses by @rhatherall in #4
- fix: Use standard Base64 encoding for Basic Auth (RFC 7617) by @rhatherall in #5
- fix: Redact secrets and tokens from #inspect by @rhatherall in #6
- fix: Tighten UserInfo and attr mutability by @rhatherall in #7
- chore: Bump minimum Ruby version to 2.7 by @rhatherall in #8
- feat: Add Token#expired? convenience method by @rhatherall in #9
- chore: Add ostruct dependency for Ruby 3.5 compat by @rhatherall in #10
- feat: Add token revocation support by @rhatherall in #11
- chore: Complete RBS type signatures for all public classes by @rhatherall in #12
- fix: Correct logout_uri test calling wrong method by @rhatherall in #13
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- feat: Add CognitoIdp::Token#refresh_token by @rhatherall in #3
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- fix: UserInfo always responds to missing by @rhatherall in #2
New Contributors
- @rhatherall made their first contribution in #2
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/appercept/cognito_idp-ruby/commits/v0.1.0