Releases: cloudfoundry/cf-java-client
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-netty
connection pooling disabled- Client now sends a
User-Agent
header, 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.
Cloud Foundry Java Client 2.1.0.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.1.0.RELEASE.
- Fixed a long running issue reading messages from Doppler sources (via Biju Kunjummen and Benjamin Einaudi)
- Map and umap route operations handling paths at all times (via David Ehringer)
- Improve get application operation in the face of a failed staging (via Mohan Pindyala)
- Improve events listing (via Jeff Dean)
- Creation of TCP Routes (via Vasanth Loka)
- Allow binding of services with
null
values in credentials map (via Mike Youngstrong) - Remove deprecated Doppler types (via Guillaume Berche)
- Send token request payload is body instead of query parameters (via Mike Youngstrom)
- Added the Routing V1 API
- Added Refresh Token Grant and One Time Passcode Token Providers
- Additional UAA Client APIs
- Added Route Services APIs and Operations
- Additional Security Group APIs
- Support for PCF 1.8 and 1.9
For a more detailed look at the changes in 2.1.0.RELEASE
, please take a look at the issue tracker and commit log.
Cloud Foundry Java Client 2.0.4.RELEASE
I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.0.4.RELEASE. This release is a bug fix release. This is intended to be the final release of the 2.0.x line.
For a more detailed look at the changes in 2.0.4.RELEASE
, please take a look at the issue tracker and commit log.