Skip to content

Releases: cloudfoundry/cf-java-client

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.

Cloud Foundry Java Client 5.0.0.RELEASE

15 Jan 10:48
v5.0.0.RELEASE
6f4df97
Compare
Choose a tag to compare

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

Note: This is the first version in the 5.x line. Many of its dependencies are now managed by Spring Boot 2.4, which means a non-trivial update in the underlying versions of Project Reactor dependencies we rely on. This may mean some refactoring is required from you. In addition the V3 Service Instances package has been renamed, which will require a straightforward refactor if you use that.

  • Added support for Automatic Module Names (with thanks to Alexander Tsvetkov)
  • Added support for Log Cache Client (with thanks to Mike Heath)
  • Added support for V3 Buildpacks
  • Added support for V3 Service Offerings
  • Rename the serviceInstances package to serviceinstances for consistency.
  • Dependency updates.

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