Skip to content

Releases: cloudfoundry/cf-java-client

Cloud Foundry Java Client 2.9.0.RELEASE

11 Apr 16:36
v2.9.0.RELEASE
d26feff
Compare
Choose a tag to compare

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

22 Mar 15:52
v2.8.0.RELEASE
e097fe2
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 2.8.0.RELEASE. This release focuses on bug fixes.

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

17 Mar 22:12
v2.7.0.RELEASE
13bef69
Compare
Choose a tag to compare

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

14 Mar 13:29
v2.6.0.RELEASE
9456ffa
Compare
Choose a tag to compare

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

10 Mar 20:04
v2.5.0.RELEASE
a2ec228
Compare
Choose a tag to compare

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

17 Feb 21:28
v2.4.0.RELEASE
5105970
Compare
Choose a tag to compare

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

27 Jan 20:43
v2.3.0.RELEASE
0230f25
Compare
Choose a tag to compare

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

06 Jan 20:10
v2.2.0.RELEASE
4dd5cdb
Compare
Choose a tag to compare

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

23 Dec 16:32
v2.1.0.RELEASE
ae98ac7
Compare
Choose a tag to compare

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

22 Dec 20:09
v2.0.4.RELEASE
765702c
Compare
Choose a tag to compare

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.