Skip to content

Releases: cloudfoundry/cf-uaa-lib

4.0.7 Release

19 Nov 06:12
8ed2bc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.6...v4.0.7

4.0.6 Release

01 Nov 11:05
dbc4249
Compare
Choose a tag to compare

What's Changed

  • add again multi_json as dependency by @strehle in #97

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

31 Oct 15:02
2171bcd
Compare
Choose a tag to compare

DO NOT USE

  • refactor: remove multi_json with json_pure by @strehle in #95

Full Changelog: v4.0.4...v4.0.5

4.0.4 Release

17 Oct 06:46
93bac69
Compare
Choose a tag to compare

What's Changed

  • feature: support jwt client configuration by @strehle in #93

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

17 Oct 06:38
302a495
Compare
Choose a tag to compare

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

10 May 05:21
f8d8629
Compare
Choose a tag to compare

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

29 Jan 10:33
44ef49e
Compare
Choose a tag to compare

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

21 Jan 12:43
45af020
Compare
Choose a tag to compare

What's Changed in Major Update 4.0.0

  • UAA no longer has a /varz endpoint in #36
  • Add basic_auth option in authentication in #80

Full Changelog: v3.14.4...v4.0.0

3.14.4 Release

14 Jan 15:15
b590a64
Compare
Choose a tag to compare

Ruby 3.x support

3.14.3 Release

07 May 19:11
Compare
Choose a tag to compare

Raise CF::UAA::HTTPException when http timeout occurs.