Releases: cloudfoundry/cf-java-client
Cloud Foundry Java Client 4.4.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.4.0.RELEASE. This release resolves several customer pain points, thanks to our external contributors.
- Allow for deletion of metadata (with thanks to Valentin Velkov)
- Fix indefinite retry on invalid token and associated memory leaks(in part via @checketts, with thanks to Valentin Velkov)
- Add ability to include custom http headers in http requests (with thanks to Kristian Atanasov)
- General dependency updates.
For a more detailed look at the changes in 4.4.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 3.21.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.21.0.RELEASE. This release resolves several customer pain points, thanks to our external contributors.
- Allow for deletion of metadata (with thanks to Valentin Velkov)
- Fix indefinite retry on invalid token and associated memory leaks(in part via @checketts, with thanks to Valentin Velkov)
- Add ability to include custom http headers in http requests (with thanks to Kristian Atanasov)
- General dependency updates.
For a more detailed look at the changes in 3.21.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 4.3.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.3.0.RELEASE. This release fixes a regression with path handling in manifests.
- Restores relative path support in manifests.
For a more detailed look at the changes in 4.3.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 3.20.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.20.0.RELEASE. This release fixes a regression with path handling in manifests.
- Restores relative path support in manifests.
For a more detailed look at the changes in 3.20.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 4.2.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.2.0.RELEASE. This release focuses on compatibility wit newer versions of Cloud Foundry.
- Accommodate breaking changes included in CF APIs up to version
2.142.0 - Dependency updates.
For a more detailed look at the changes in 4.2.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 3.19.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.19.0.RELEASE. This release focuses on compatibility wit newer versions of Cloud Foundry.
- Accommodate breaking changes included in CF APIs up to version
2.142.0 - Dependency updates.
For a more detailed look at the changes in 3.19.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 4.1.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.1.0.RELEASE. This release focuses on cleaning up some issues from the recent major change to our Reactor dependencies.
- Fix Netty memory leaks (via David O'Sullivan, with thanks to Alexander Tsvetkov)
- Fixed issue with resubscribing on Token expiration.
For a more detailed look at the changes in 4.1.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 3.18.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.18.0.RELEASE. This release focuses on cleaning up some issues from the recent major change to our Reactor dependencies.
- Fix Netty memory leaks (via David O'Sullivan, with thanks to Alexander Tsvetkov)
- Fixed issue with resubscribing on Token expiration.
For a more detailed look at the changes in 3.18.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 4.0.1.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.0.1.RELEASE. This release is the first to make use of Spring Boot 2.2.x to define our dependencies, the most significant result of which is that we now use the Reactor Netty 0.9.x line and the corresponding Reactor Core 3.3.x line
Despite the relatively small change in numbering from 0.7.x to 0.9.x this was actually a major update to Netty's public interface. All credit for tackling that goes to Alexander Tsvetkov, who produced probably the biggest PR in the project's history.
- Upgrade to Reactor Netty
0.9.x(with thanks to Alexander Tsvetkov) - Upgrade to Reactor Core
3.3.x(via Michael Minella, thanks to Alexander's fix) - Fix Reactor Netty version incompatibility with Spring WebFlux 5.1 WebClient (via Scott Frederick, thanks to Alexander's fix)
- Fix Netty memory leaks (via David O'Sullivan, thanks to Alexander's fix)
- General dependency updates.
For a more detailed look at the changes in 4.0.1.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 3.17.1.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.17.1.RELEASE. This release is the first to make use of Spring Boot 2.1.x to define our dependencies, the most significant result of which is that we now use the Reactor Netty 0.8.x line.
Despite the small change in numbering from 0.7.x to 0.8.x this was actually a major update to Netty's public interface. All credit for tackling that goes to Alexander Tsvetkov, who produced probably the biggest PR in the project's history.
- Upgrade to Reactor Netty
0.8.x(with thanks to Alexander Tsvetkov) - Fix Reactor Netty version incompatibility with Spring WebFlux 5.1 WebClient (via Scott Frederick, thanks to Alexander's fix)
- Fix Netty memory leaks (via David O'Sullivan, thanks to Alexander's fix)
- General dependency updates.
For a more detailed look at the changes in 3.17.1.RELEASE, please take a look at the issue tracker and commit log.