Skip to content

v75.0.0 - UAA Release v75.0.0

Choose a tag to compare

@cf-identity cf-identity released this 28 Jan 19:01
· 2369 commits to develop since this release

Features

  • Add new configuration uaa.logging.format.timestamp to allow logging timestamps to be formatted according to RFC3339 with microseconds and UTC+0 timezone.
  • Allow CORS options to be configured (#84)
  • Allow multiple oauth client secrets to be configured in uaa.yml for rotation (#1313)

Breaking Changes

  • The configuration uaa.logging_use_rfc3339 is removed in favor of the new uaa.logging.format.timestamp configuration.

Dependency Bumps

  • Upgrade Bellsoft JDK to version 11.0.10+9
  • Bump concurrent-ruby to 1.1.8
  • Upgrade Newrelic to version 6.4.0
  • Bump k8s.io/api to 0.20.2 in /k8s
  • Bump jasmine 3.6.4
  • Bump velocity to 2.2 (#1486)
  • Bump Spring Boot to 2.4.2 & Spring framework to 5.3.3 (#1484 #1501)
  • Bump spring oauth to 2.5.0.RELEASE (#1462)
  • Bump bouncyCastleVersion to 1.68 (#1510)
  • Update jQuery version to v3.5.1 (#1513)

Fix

  • Fixes #1497
  • Fixes #1509