Skip to content

Releases: cloudfoundry/cf-java-client

Cloud Foundry Java Client 4.13.0.RELEASE

15 Jan 10:48
v4.13.0.RELEASE
4e3ca8d
Compare
Choose a tag to compare

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

  • 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
  • Dependency updates.

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

Cloud Foundry Java Client 4.12.0.RELEASE

09 Nov 10:29
v4.12.0.RELEASE
Compare
Choose a tag to compare

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

Note: This version now uses Spring Boot 2.3.x to manage most of its dependencies. This should have no impact on functionality.

  • Added support for V3 Service Plans
  • Complete support for V3 Applications
  • Added support for V3 Admin
  • Dependency updates.

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

Cloud Foundry Java Client 3.29.0.RELEASE

09 Nov 10:29
v3.29.0.RELEASE
Compare
Choose a tag to compare

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

Note: This is the last planned version of the 3.x line of the Java Client, based on the EOL of the underlying dependency management from Spring Boot 2.1.x. We urge you to update to the current 4.x line of the Java Client (based on Spring Boot 2.3.x), or the soon to be released 5.x line (based on the upcoming Spring Boot 2.4.x).

  • Added support for V3 Service Plans
  • Complete support for V3 Applications
  • Added support for V3 Admin
  • Dependency updates.

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

Cloud Foundry Java Client 4.11.0.RELEASE

06 Oct 11:46
v4.11.0.RELEASE
9f7fb99
Compare
Choose a tag to compare

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

Note: This version now uses Spring Boot 2.3.x to manage most of its dependencies. This should have no impact on functionality.

  • Added Java 11 unit tests to the existing Java 8 tests (via Guillaume Berche and in part thanks to him). Note that Java 8 is still our default target.
  • Fixed Enabling of Public Visibility (via Arghya Sadhu, with thanks to Alexander Tsvetkov)
  • Support for the latest version of the Cloud Foundry API (2.150.0)
  • Dependency updates.

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

Cloud Foundry Java Client 3.28.0.RELEASE

06 Oct 11:46
v3.28.0.RELEASE
a6e5e9a
Compare
Choose a tag to compare

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

Note: This version uses Spring Boot 2.1.x to manage most of its dependencies. That version of Spring Boot is expected to EOL before the end of the year. At that time we will stop making updates to the 3.x line of the Java Client. We urge you to update to the current 4.x line of the Java Client (based on Spring Boot 2.3.x), or the soon to be released 5.x line (based on the upcoming Spring Boot 2.4.).

  • Added Java 11 unit tests to the existing Java 8 tests (via Guillaume Berche and in part thanks to him). Note that Java 8 is still our default target.
  • Fixed Enabling of Public Visibility (via Arghya Sadhu, with thanks to Alexander Tsvetkov)
  • Support for the latest version of the Cloud Foundry API (2.150.0)
  • Dependency updates.

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

Cloud Foundry Java Client 4.10.0.RELEASE

17 Sep 05:20
v4.10.0.RELEASE
657c820
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.10.0.RELEASE. This release's highlight is increased support for V3 endpoints at the client level.

Note: There is a known issue with the 4.1.51.Final version of Netty that breaks application upload for us. Our current dependencies avoid that version, but you may see a problem if you override our choice in your own dependencies.

  • Better handling of opaque refresh tokens (via @sms0070)
  • Fix the V3 application scaling request (with thanks to Encho Belezirev)
  • Fix a potential error due to a reactor blocking call (with thanks to Ben Hale)
  • Added support for the V3 Organizations and V3 Application Features endpoints.
  • Documentation updates.

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

Cloud Foundry Java Client 3.27.0.RELEASE

17 Sep 05:20
v3.27.0.RELEASE
b3dc2a8
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.27.0.RELEASE. This release's highlight is increased support for V3 endpoints at the client level.

Note: There is a known issue with the 4.1.51.Final version of Netty that breaks application upload for us. Our current dependencies avoid that version, but you may see a problem if you override our choice in your own dependencies.

  • Better handling of opaque refresh tokens (via @sms0070)
  • Fix the V3 application scaling request (with thanks to Encho Belezirev)
  • Fix a potential error due to a reactor blocking call (with thanks to Ben Hale)
  • Added support for the V3 Organizations and V3 Application Features endpoints.
  • Documentation updates.

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

Cloud Foundry Java Client 4.9.0.RELEASE

17 Aug 09:14
v4.9.0.RELEASE
f1e329d
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.9.0.RELEASE. This release's highlight is support for multiple buildpacks.

Note: There is a known issue with the 4.1.51.Final version of Netty that breaks application upload for us. Our current dependencies avoid that version, but you may see a problem if you override our choice in your own dependencies.

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

Cloud Foundry Java Client 3.26.0.RELEASE

17 Aug 09:14
v3.26.0.RELEASE
3ec0f3a
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 3.26.0.RELEASE. This release's highlight is support for multiple buildpacks.

Note: There is a known issue with the 4.1.51.Final version of Netty that breaks application upload for us. Our current dependencies avoid that version, but you may see a problem if you override our choice in your own dependencies.

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

Cloud Foundry Java Client 4.8.0.RELEASE

29 Jun 10:35
v4.8.0.RELEASE
20f2cef
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.8.0.RELEASE. This release's highlight is much better handling of expired refresh tokens.

Note: We've temporarily postponed the upgrade to the Spring Boot 2.3 line to iron out a dependency issue, but expect to go ahead with the upgrade in our next release.

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