Releases: cloudfoundry/cf-java-client
v5.14.0.RELEASE
I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.14.0.RELEASE.
What's Changed
- Handle 170008 Insufficient Resources from CC when fetching app by @Kehrlann in #1278
- Fixing pagination on v3._ListSecurityGroupsRequest by @SaifuddinMerchant in #1277
- Dependency upgrades by @Kehrlann in #1279
- fix docker, disk_quota and health+readiness check type serialization by @schulzh in #1261
- modify PortMapping by @s-yonkov-yonkov in #1284
- Fix: wrong key used to access log-cache root endpoint by @Lokowandtg in #1252
- minor refactoring to allow import into Eclipse by @Lokowandtg in #1239
New Contributors
- @SaifuddinMerchant made their first contribution in #1277
- @Lokowandtg made their first contribution in #1259
Full Changelog: v5.13.0.RELEASE...v5.14.0.RELEASE
v5.13.0.RELEASE
I am very pleased to announce the release of the Cloud Foundry Java Client, version 5.13.0.RELEASE.
What's Changed
- Support Cloud Controller v2 up to 2.256.0, add support for new API fields
- Add support for Readiness and Health Checks in application
- Deprecate doppler-based
Applications#logs
, prepare API types for the new Loggregator-based client - Recover from all UAA errors related to refresh tokens
- Add CNB in LifecycleType
- Add the AWAITING_UPLOAD and PROCESSING_UPLOAD state for the Droplet Resource
Full Changelog: v5.12.2.RELEASE...v5.13.0.RELEASE
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.