Releases: cloudfoundry/cf-uaa-lib
4.0.7 Release
What's Changed
- Add ruby 3.3 by @strehle in #98
- Remove json pure by @aramprice in #99
- Cleanup license by @strehle in #100
New Contributors
- @aramprice made their first contribution in #99
Full Changelog: v4.0.6...v4.0.7
4.0.6 Release
What's Changed
Deprecate multi_json
Background: multi_json is a dependency to other projects like uaac. cf-uaa-lib added this again - to not break existing other projects.
The removal of it will be done in several steps, means uaac first and then we can remove it again from here.
If other projects, using cf-uaa-lib, does not use multi_json in its own dependency list, then they are now called to
add this dependency on their list, because we will remove it from here again, but with some delay.
Full Changelog: v4.0.5...v4.0.6
4.0.5 Release
DO NOT USE
Full Changelog: v4.0.4...v4.0.5
4.0.4 Release
What's Changed
Note:
Backend UAA needs to be 76.22.0 or higher, see
https://docs.cloudfoundry.org/api/uaa/version/76.22.0/index.html#change-client-jwt
Full Changelog: v4.0.3...v4.0.4
4.0.3 Release
What's Changed
- feature: authorization_code grant with public client usage by @strehle in #90
- Bump actions/checkout from 3 to 4 by @dependabot in #91
Full Changelog: v4.0.2...v4.0.3
4.0.2 Release
What's Changed
- Update simplecov-rcov requirement from ~> 0.2.3 to ~> 0.3.0 by @dependabot in #86
- Update simplecov requirement from ~> 0.21.2 to ~> 0.22.0 by @dependabot in #87
- Bump actions/checkout from 2 to 3 by @dependabot in #88
Full Changelog: v4.0.1...v4.0.2
4.0.1 Release
What's Changed
- Handle client_id/client_secret nil case. by @ragaskar in #85
- explicit WARNING for skipping verification of token signing; or if token claims it wasn't signed by @bgandon in #84
- Provide detailed usage examples by @bgandon in #82
- explicit TokenCoder.decode_token_expiry by @bgandon in #83
New Contributors
Full Changelog: v4.0.0...v4.0.1
4.0.0 Release
What's Changed in Major Update 4.0.0
Full Changelog: v3.14.4...v4.0.0
3.14.4 Release
Ruby 3.x support
3.14.3 Release
Raise CF::UAA::HTTPException when http timeout occurs.