Skip to content

Cloud Foundry Java Client 5.7.0.RELEASE

Compare
Choose a tag to compare
@pivotal-david-osullivan pivotal-david-osullivan released this 01 Mar 16:03
· 95 commits to main since this release
v5.7.0.RELEASE
91a8304

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.7.0.RELEASE. This release includes various bug fixes, some relating to issues caused by client-side validation. The supported CC API version is also bumped, and changes to handle the removal of the Deployment 'state' field are incorporated.

  • Bumps supported CC API version to 2.164
  • Handles server-side removal of the Deployment 'state' property & tests
  • #1124 Allow empty query params for V3 filtering & Fix build for Windows (with thanks to @radito3)
  • #1126 Avoid NPE in DefaultApplications.java (thanks to @marc-schaefers)
  • #1136 Fix for comparison of Unauthorised check
  • #1134 Fix parse of ProcessStatisticsResource with nullable fields (thanks to @theghost5800)
  • #1137 Marks a Deployment Resource's 'app' relationship property as Nullable

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