Releases: cloudfoundry/cf-java-client
Cloud Foundry Java Client 2.11.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.11.0.RELEASE. This release focuses on bug fixes when pushing applications using resource matching.
- Add Identity Zone Support to UAA User APIs (via Sridhar Vennela)
- Replaced Broken Netty HTTP Post Handler (via @jonbuck16)
- Improved Integration Tests
For a more detailed look at the changes in 2.11.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.10.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.10.0.RELEASE. This release focuses on pushing applications using manifests
- 🎉 Push applications using manifests, both YAML and programmatic 🎉
- Disabled chunked transfer encoding to match CLI (via @stipx)
For a more detailed look at the changes in 2.10.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.9.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.9.0.RELEASE. This release focuses on some minor improvements and partially completes the work for pushing with application manifests
- Domain type added to List Domain Operation
- Instance index added to Instance Details
- Support for pushing an application directory from non-POSIX file systems (via @ngocvanho)
- Fixes to route service binding
- Improved Documentation
- Additional Service Operations APIs
For a more detailed look at the changes in 2.9.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.8.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.8.0.RELEASE. This release focuses on bug fixes.
- Allow (some) querying on values with commas (via Kris De Volder)
- Proper nullability on Service Usage Events (via Sebastien Bortolussi)
- Properly refresh tokens used for extracting username (via Kris De Volder)
For a more detailed look at the changes in 2.8.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.7.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.7.0.RELEASE. This release adds compatibility with the latest version of CF and adds support for V3 Isolation Segments
- Update supported APIs to CAPI 2.75.0 and UAA 3.12.0
- V3 Operations APIs
- V3 Spaces APIs
- V3 Isolation Segments APIs
- Fixed an arbitrary item limit in Doppler requests (via Guillaume Berche)
For a more detailed look at the changes in 2.7.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.6.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.6.0.RELEASE. This release reinstates an API that allowed the extraction of the current refresh token for a user.
- Reinstate and improve the API for extracting the current refresh token
- Additional Integration Tests
For a more detailed look at the changes in 2.6.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.5.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.5.0.RELEASE. This release focuses on API additions and en epic improvement in testing. I'd also like to specially recognize @twoseat for his herculean work adding APIs and improving our integration test coverage.
- Allow three different response payloads from deleting service instance (via Matthew Campbell)
- Fixes to DNS resolution through a proxy (via Marc Chitwood)
- Fixes to large log message reception (via Josh Ghiloni)
- Additional timeout control on all APIs that poll for results (via Marc Chitwood)
- Additional Client User APIs
- Additional Integration Tests
For a more detailed look at the changes in 2.5.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.4.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.4.0.RELEASE. This is another release focused very heavily on stability and resource consumption. A special thanks to the Spring Cloud Data Flow for beating on the client and helping us find and test areas for improvement.
- 🎉 Resource Matching of uploaded applications 🎉
- Random Word List only loaded when needed reducing memory usage to a small fraction of previous (via Kris De Volder)
- Mark and remove internal usage of deprecated APIs
- Additional Client User APIs
- Additional Integration Tests
For a more detailed look at the changes in 2.4.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.3.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.3.0.RELEASE. There are some very significant stability improvements in this release, so I highly encourage everyone to upgrade.
- Token Negotiation Radically Overhauled
reactor-nettyconnection pooling disabled- Client now sends a
User-Agentheader, so it should be identifiable in access logs - Additional Space Quota Definition APIs
- Improved Integration Testing
For a more detailed look at the changes in 2.3.0.RELEASE, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.2.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.2.0.RELEASE.
- Handle non-standard errors better (via Eric Bottard)
- TCP Route Events
- Increased default connection pool size (via Blaine Forbush)
- Additional Security Group APIs
For a more detailed look at the changes in 2.2.0.RELEASE, please take a look at the issue tracker and commit log.