Skip to content

Cloud Foundry Java Client 3.14.0.RELEASE

Compare
Choose a tag to compare
@twoseat twoseat released this 14 Dec 09:19
v3.14.0.RELEASE
f083389

I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.14.0.RELEASE. This release focuses on compatibility with the latest version of Cloud Foundry.

  • Updates to work with v2.120.0 of the Cloud Controller API
  • Improve backwards compatibility of the V3 Service Instances API (via Nico Schmoigl)
  • Support unit indicators in application manifests (via @parasuramln)
  • Remove blocking errors caused by a change in reactor (via Scott Frederick)
  • Improve handling of optional fields in client tokens (with thanks to Mike Heath)
  • Support user provided service tags (with thanks to Mike Heath)
  • Remove extraneous tests (via Mike Heath)
  • Fix error when getting a user summary (via Mohneesh Damade)
  • Handle application names that include '.' when creating routes (via @parasuramln)
  • Support third party identity providers (via @andreaAlkalay, with thanks to @pavellom)
  • Handle users with no name when listing users (via Chris Phillipson)
  • Make updating a service instance an asynchronous operation (via Scott Frederick)
  • Handle time zones that are not a whole number of hours offset from UTC
  • Dependency and test updates.

For a more detailed look at the changes in 3.14.0.RELEASE, please take a look at the issue tracker and commit log.