Releases: cloudfoundry/cf-java-client
Cloud Foundry Java Client v5.12.2.RELEASE
I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.12.2.RELEASE.
What's Changed
- Makes guid optional in Relationship (#1233)
Full Changelog: v5.12.1.RELEASE...v5.12.2.RELEASE
Cloud Foundry Java Client v5.12.1.RELEASE
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
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
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
- Upgrades to cf-java-client by @pacphi in #1201
- Bump min supported CAPI version, increase default memory quota for tests by @pivotal-david-osullivan in #1206
- Add Spotless plugin for style by @anthonydahanne in #1205
- Upgrade JUnit4 to JUnit5 by @pacphi in #1207
- Migrate integration tests to Junit 5 and selectively apply changes from #1174 and #1185 by @anthonydahanne in #1215
- Integration fixes by @anthonydahanne in #1214
- Pr 1192 rebase + reformat by @anthonydahanne in #1216
- Pr 1194 by @anthonydahanne in #1217
- PR 1173 by @pivotal-david-osullivan in #1218
- Rebasing 1190 by @pivotal-david-osullivan in #1219
- Enhance deploy by @anthonydahanne in #1220
Contributors
- @schulzh #1167
- @pacphi #1201
- @anthonydahanne #1205
- @radoslav-tomov (#1194)
- @abhishek7-sap (#1173)
- @suyash-sap (#1174)
Full Changelog: v5.10.0.RELEASE...v5.11.1.RELEASE
Cloud Foundry Java Client v5.11.0.RELEASE
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
- Upgrades to cf-java-client by @pacphi in #1201
- Bump min supported CAPI version, increase default memory quota for tests by @pivotal-david-osullivan in #1206
- Add Spotless plugin for style by @anthonydahanne in #1205
- Upgrade JUnit4 to JUnit5 by @pacphi in #1207
- Migrate integration tests to Junit 5 and selectively apply changes from #1174 and #1185 by @anthonydahanne in #1215
- Integration fixes by @anthonydahanne in #1214
- Pr 1192 rebase + reformat by @anthonydahanne in #1216
- Pr 1194 by @anthonydahanne in #1217
- PR 1173 by @pivotal-david-osullivan in #1218
- Rebasing 1190 by @pivotal-david-osullivan in #1219
- Enhance deploy by @anthonydahanne in #1220
Contributors
- @schulzh #1167
- @pacphi #1201
- @anthonydahanne #1205
- @radoslav-tomov (#1194)
- @abhishek7-sap (#1173)
- @suyash-sap (#1174)
Full Changelog: v5.10.0.RELEASE...v5.11.0.RELEASE
v5.10.0.RELEASE
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:
- Public modifier for ServiceInstance class (thanks @IvanBorislavovDimitrov #1172)
- Fix waitForCompletion polling (thanks @theghost5800 #1171)
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
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.
- Add variable substitution in ApplicationManifestUtils (#1153 - thanks @luschmar)
- Allow null values in map of service parameters (#1159 - thanks @theghost5800)
- Implement service instances and plans creation and update (#1157 - thanks @IvanBorislavovDimitrov)
- Re-implement V3 Service Bindings (#1158 - thanks @radito3)
- Add LifecycleType for KPACK (#1162)
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
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
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
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.