Skip to content

Releases: cloudfoundry/cf-java-client

Cloud Foundry Java Client v5.12.1.RELEASE

12 Mar 16:51
v5.12.1.RELEASE
Compare
Choose a tag to compare

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.12.1.RELEASE.

What's Changed

  • Bumped Apache Commons Compress to 1.26.1 (#1226)

Full Changelog: v5.12.0.RELEASE...v5.12.1.RELEASE

Cloud Foundry Java Client v5.12.0.RELEASE

04 Mar 15:47
v5.12.0.RELEASE
Compare
Choose a tag to compare

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.12.0.RELEASE.

What's Changed

  • Implemented the CAPI limit on resources to match per request - these are now split into chunks of 5000 resources (#1223)
  • Bumped Apache Commons Compress to 1.26.0 (#1224)

Full Changelog: v5.11.1.RELEASE...v5.12.0.RELEASE

Cloud Foundry Java Client v5.11.1.RELEASE

21 Feb 14:36
v5.11.1.RELEASE
Compare
Choose a tag to compare

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.11.1.RELEASE. This release should be used in place of 5.11.0.RELEASE.

This release includes enhancements to the V3 API support, including Security Groups, Routes, Manifest improvements. Additionally the test have been upgraded to use JUnit 5 and the Spotless plugin has been introduced to support easier contribution.

What's Changed

Contributors

Full Changelog: v5.10.0.RELEASE...v5.11.1.RELEASE

Cloud Foundry Java Client v5.11.0.RELEASE

20 Feb 15:58
v5.11.0.RELEASE
Compare
Choose a tag to compare

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.11.0.RELEASE. This release includes enhancements to the V3 API support, including Security Groups, Routes, Manifest improvements. Additionally the test have been upgraded to use JUnit 5 and the Spotless plugin has been introduced to support easier contribution.

What's Changed

Contributors

Full Changelog: v5.10.0.RELEASE...v5.11.0.RELEASE

v5.10.0.RELEASE

22 Feb 18:58
v5.10.0.RELEASE
Compare
Choose a tag to compare

I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.10.0.RELEASE. This release includes a large contribution by Hans Schulz providing support for V3 manifests and deployment. This is a huge contribution. Thank you Hans Schulz for the hard work.

This release also includes:

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

Cloud Foundry Java Client 5.9.0.RELEASE

28 Jul 13:20
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.9.0.RELEASE. This release includes support for some new parts of the v3 CloudController API as well as the ability to have variable substitution in manifest files processed by the library.

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

Cloud Foundry Java Client 5.8.0.RELEASE

28 Apr 15:00
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.8.0.RELEASE. This release includes a compatibility fix for using Spring Boot 2.5 dependencies and a fix that ensures the wiretap and proxy settings are consistently applied.

  • Changes to SSLContext setup to handle deprecations in reactor-netty & boot 2.5 (#1140)
  • Ensure that HTTP client is always configured (#1147)

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

Cloud Foundry Java Client 4.17.0.RELEASE

19 Apr 14:55
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 4.17.0.RELEASE. This release includes various bug fixes, some relating to issues caused by client-side validation. The supported CC API version is also bumped, and changes to handle the removal of the Deployment 'state' field are incorporated.

  • Allow empty query params for V3 filtering & Fix build for Windows #1124 (with thanks to @radito3)
  • Avoid NPE in DefaultApplications.java #1126 (with thanks to @marc-schaefers)
  • Fixed issue with PR#1126 where compilation+unit tests failed with UnsupportedOperation #1129
  • Fix for comparison of unauthorised check #1136
  • Fix parse of ProcessStatisticsResource with nullable fields #1134 (with thanks to @theghost5800)
  • Marks a Deployment Resource's 'app' relationship property as Nullable #1137
  • Bumps Supported API version, handles removal of Deployment 'state' in 2_11+
  • Set supported-api-version to 164 #1139

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

Cloud Foundry Java Client 5.7.0.RELEASE

01 Mar 16:03
v5.7.0.RELEASE
91a8304
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.7.0.RELEASE. This release includes various bug fixes, some relating to issues caused by client-side validation. The supported CC API version is also bumped, and changes to handle the removal of the Deployment 'state' field are incorporated.

  • Bumps supported CC API version to 2.164
  • Handles server-side removal of the Deployment 'state' property & tests
  • #1124 Allow empty query params for V3 filtering & Fix build for Windows (with thanks to @radito3)
  • #1126 Avoid NPE in DefaultApplications.java (thanks to @marc-schaefers)
  • #1136 Fix for comparison of Unauthorised check
  • #1134 Fix parse of ProcessStatisticsResource with nullable fields (thanks to @theghost5800)
  • #1137 Marks a Deployment Resource's 'app' relationship property as Nullable

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

Cloud Foundry Java Client 5.6.0.RELEASE

27 Aug 00:57
Compare
Choose a tag to compare

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.6.0.RELEASE. This release has some improvements for v3 API compatibility (stacks & service brokers), and bug fixes. In particular, #1118 is important as this could cause long-running processes that use the cf-java-client to eventually run out of connections and possibly crash.

  • CI changes for deploying with JFrog
  • Updates to the README that include troubleshooting instructions, instructions for wire logging & tips for running CF locally for integration tests
  • #1085 Use long instead of integer (with thanks to @IvanBorislavovDimitrov)
  • #1064 Makes ProcessStatisticsResource validations aware of the state. (with thanks to @keviningvalson)
  • #1088 Add support for V3 Stacks (with thanks to @radito3)
  • #1080 Add Service Brokers Endpoints & service instance credentials/parameters (with thanks to @theghost5800)
  • #1118 Ensure connections are closed in the event of a 401 & retry

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