Skip to content

Releases: cloudfoundry/cf-java-client

Cloud Foundry Java Client 5.7.0.RELEASE

01 Mar 16:03
91a8304
Compare
Choose a tag to compare

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.

Cloud Foundry Java Client 5.6.0.RELEASE

27 Aug 00:57
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.6.0.RELEASE. This release has some improvements for v3 API compatibility (stacks & service brokers), and bug fixes. In particular, #1118 is important as this could cause long-running processes that use the cf-java-client to eventually run out of connections and possibly crash.

  • CI changes for deploying with JFrog
  • Updates to the README that include troubleshooting instructions, instructions for wire logging & tips for running CF locally for integration tests
  • #1085 Use long instead of integer (with thanks to @IvanBorislavovDimitrov)
  • #1064 Makes ProcessStatisticsResource validations aware of the state. (with thanks to @keviningvalson)
  • #1088 Add support for V3 Stacks (with thanks to @radito3)
  • #1080 Add Service Brokers Endpoints & service instance credentials/parameters (with thanks to @theghost5800)
  • #1118 Ensure connections are closed in the event of a 401 & retry

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

Cloud Foundry Java Client 4.16.0.RELEASE

27 Aug 12:26
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.16.0.RELEASE. This release has some improvements for v3 API compatibility (stacks & service brokers), and bug fixes. In particular, #1118 is important as this could cause long-running processes that use the cf-java-client to eventually run out of connections and possibly crash.

  • CI changes for deploying with JFrog
  • Updates to the README that include troubleshooting instructions, instructions for wire logging & tips for running CF locally for integration tests
  • #1085 Use long instead of integer (with thanks to @IvanBorislavovDimitrov)
  • #1064 Makes ProcessStatisticsResource validations aware of the state. (with thanks to @keviningvalson)
  • #1088 Add support for V3 Stacks (with thanks to @radito3)
  • #1080 Add Service Brokers Endpoints & service instance credentials/parameters (with thanks to @theghost5800)
  • #1118 Ensure connections are closed in the event of a 401 & retry

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

Cloud Foundry Java Client 5.5.0.RELEASE

18 May 19:32
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.5.0.RELEASE. This release has more CI changes, but does not change the library. Upgrading is optional.

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

Cloud Foundry Java Client 5.4.0.RELEASE

11 May 12:40
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.4.0.RELEASE. This release is for CI & incorporates changes in how CI is being done.

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

Cloud Foundry Java Client 4.15.0.RELEASE

14 May 17:16
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.15.0.RELEASE. This release's theme is CI improvements.

  • Several changes were made as part of CI updates
  • Make state field nullable (with thanks to @alek-sys)

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

Cloud Foundry Java Client 5.3.0.RELEASE

10 May 15:54
v5.3.0.RELEASE
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.3.0.RELEASE. This release is the same as 5.2.0.

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

Cloud Foundry Java Client 5.2.0.RELEASE

10 May 15:49
v5.2.0.RELEASE
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.2.0.RELEASE. This release improves compatibility with CAPI.

  • Make state field nullable (with thanks to @alek-sys)

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

Cloud Foundry Java Client 5.1.0.RELEASE

15 Jan 20:44
v5.1.0.RELEASE
f579368
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.1.0.RELEASE. This release's theme is V3 functionality.

  • Added support for V3 Roles (with thanks to Rangel Ivanov)
  • Added support for renaming spaces (with thanks to Mike Heath)
  • Dependency updates.

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

Cloud Foundry Java Client 4.14.0.RELEASE

15 Jan 20:44
v4.14.0.RELEASE
6eb09cb
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.14.0.RELEASE. This release's theme is V3 functionality.

  • Added support for V3 Roles (with thanks to Rangel Ivanov)
  • Added support for renaming spaces (with thanks to Mike Heath)
  • Dependency updates.

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