Releases: SAP/cloud-sdk-java
Release 5.5.0
What's Changed
- chore: GPGP - GPG or PGP - GG WP by @newtork in #305
- refactor: Remove
ServiceBindingLibWorkaround
Class by @Johannes-Schneider in #307 - chore: [DevOps] Enable Auto-Merge for Dependabot PRs by @MatKuhr in #308
- feat: IAS Communication Scenarios by @Johannes-Schneider in #302
- fix: [OpenAPI] Fix Typo in OpenAPI Generator by @MatKuhr in #313
- fix: [DevOps] Fix Broken Maven Plugin Tests and Ban JUnit4 by @MatKuhr in #315
- fix: Fix Surefire reports on Dependabots PRs by @CharlesDuboisSAP in #320
- chore: [DevOps] bump the github-actions group with 1 update by @dependabot in #309
- chore: [DevOps] bump the test group with 1 update by @dependabot in #310
- chore: [DevOps] bump the production-minor-patch group with 5 updates by @dependabot in #321
- Make Service Binding Library usage backwards-compatible by @newtork in #322
- chore: [DevOps] bump the production-minor-patch group with 1 update by @dependabot in #324
- chore: [DevOps] bump the plugins group with 1 update by @dependabot in #325
- fix: [HttpClient] Fix Destination Reference in ApacheHttpClient5Wrapper by @MatKuhr in #326
- fix: [Destinations] Allow for Custom Proxy Config in ON_PREMISE Destinations by @MatKuhr in #327
- Publish the RFC module by @CharlesDuboisSAP in #316
- chore: Deprecate
RfcDestination
and associated usages by @CharlesDuboisSAP in #330 - chore: Remove automated release notes for dependabot by @CharlesDuboisSAP in #317
Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.5.0
Release 5.4.0
What's Changed
- feat: Automatically Create Release Notes for Dependency Updates by @Johannes-Schneider in #265
- fix: Dependabot Release Notes Automation by @Johannes-Schneider in #279
- refactor: CI/CD Pipelines by @Johannes-Schneider in #259
- fix: Snapshot Deployment by @Johannes-Schneider in #287
- fix: BlackDuck Scan by @Johannes-Schneider in #288
- refactor: Remove Mentions of
Zone
by @Johannes-Schneider in #282 - fix: Dependabot Release Notes Generation by @Johannes-Schneider in #289
- feat: Support IAS in
OAuth2Service
by @Johannes-Schneider in #278 - feat: Introduce TestContext and improve test utilities by @MatKuhr in #290
- feat/chore: Refactor test utilities module and update OAuth2Service by @MatKuhr in #296
- chore: [DevOps] bump the production-minor-patch group with 13 updates by @dependabot in #298
- chore: [DevOps] bump the github-actions group with 3 updates by @dependabot in #286
- chore: [DevOps] bump the plugins group with 1 update by @dependabot in #295
- Destination: Fix certificate access to KeyStore EMPTY-PW PKCS12 file by @newtork in #248
- feat: Introduce flag for enabling anyOf/OneOf generation by @KavithaSiva in #294
- Fix compilation warning by @newtork in #300
- chore: [DevOps] bump the production-major group with 1 update by @dependabot in #301
Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.4.0
Release 5.3.0
What's Changed
- Release 5.2.0 by @github-actions in #237
- chore: [DevOps] Enable Dependabot by @MatKuhr in #236
- chore: Update clean release notes by @KavithaSiva in #246
- chore(deps): bump the production-major group with 11 updates by @dependabot in #244
- chore(deps): bump the production-minor-patch group with 17 updates by @dependabot in #243
- fix: Modify build workflow to prevent failures from forked repositories by @CharlesDuboisSAP in #249
- fix: Enable PRs from fork by @CharlesDuboisSAP in #253
- Add test case for special characters in domains for URI merging by @newtork in #216
- chore: [DevOps] Improve Dependabot Config by @MatKuhr in #247
- chore(deps): bump the plugins group with 12 updates by @dependabot in #245
- feat: [Destinations] Improve Certificate Loading for SAML Destinations by @MatKuhr in #257
- feat: Extend forward authtoken further by @cschubertcs in #256
- Move BOMs to new Directory by @rnewbigging in #262
- Remove integration test module from archetype by @cschubertcs in #260
- chore: Add release notes for archetype update by @cschubertcs in #268
- chore: [DevOps] bump the production-minor-patch group with 6 updates by @dependabot in #263
Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.3.0
Release 5.2.0
What's Changed
- Copyright Updated to 2024 by @rnewbigging in #207
- feat: [Destinations] Add toString Implementation for DefaultHttpDestination by @MatKuhr in #209
- chore: [Destinations] Improve Test for Destination Service Option Combinations by @MatKuhr in #208
- chore: [Destinations] Improve mTLS Test by @MatKuhr in #215
- chore: [Destinations] Add Test on Destination Header Evaluation in Cached HttpClients by @MatKuhr in #211
- 352 - Enable Change Detection by Default in Destination Cache by @rnewbigging in #193
- feat: [Resilience] Improve Downwards Compatibility for Resilience API by @MatKuhr in #210
- [Java15+] Enable text blocks by @newtork in #220
- chore: Fix broken links in readme by @MatKuhr in #221
- fix: [Destination] Improve HTTP Client Cache Header Behavior by @MatKuhr in #218
- chore: [DevOps] Automatically Update Readme upon Release by @MatKuhr in #224
- fix: [Destinations] Fix Client Certificate Test Flakieness by @MatKuhr in #219
- feat: [Resilience] Include resilience4j Implementation by Default by @MatKuhr in #213
- chore: Switch to Java Text Blocks by @MatKuhr in #222
- chore: Update dependencies by @KavithaSiva in #217
- feat: Add ability to serialize custom fields in OpenAPI generated objects by @CharlesDuboisSAP in #226
- fix: [Destinations] Improve Caching for Service Binding Destinations by @MatKuhr in #212
- Remove Jetty dependency version declaration by @newtork in #229
- chore: [DependencyUpdate] Update XSUAA lib to 3.3.3 (Reloaded) by @newtork in #230
- fix: [Destinations] Improve HttpClient 5 Cache Builder API by @MatKuhr in #233
- Enable
PEM
file format forClientCertificateAuthentication
by @newtork in #225 - feat: Extend AuthToken Forwarding by @cschubertcs in #232
Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.2.0
Release 5.1.0
What's Changed
- chore: Remove disclaimer by @jjtang1985 in #170
- Fix release blackduck scan by @CharlesDuboisSAP in #180
- chore: Test Additions and Improvements for Various Connectivity Classes by @newtork in #128
- 355 - PROXY_AUTH Basic Credentials handled in DefaultHttpDestination by @rnewbigging in #182
- fix: automatically release once the deployment succeeds by @Johannes-Schneider in #187
- chore: Dependency Update XSUAA from 3.3.0 to 3.3.1 by @MatKuhr in #186
- [Fix] Invalid Destination Domain Throws by @CharlesDuboisSAP in #189
- chore: Update HttpClient and HttpCore 5 by @MatKuhr in #191
- Re-Added
UriBuilder.build
but deprecated by @CharlesDuboisSAP in #196 - feat: [Destinations] Warn on Expired Auth Token Usage by @MatKuhr in #194
- fix: Archetype Release by @Johannes-Schneider in #197
- fix: Destination Caching and Error Handling by @MatKuhr in #190
- feat: [Destinations] Convenience API on DestinationService for DestinationProperties by @MatKuhr in #199
- chore: Deprecate LOOKUP_ONLY and LOOKUP_THEN_EXCHANGE by @MatKuhr in #200
- fix: [Destination] Fix Error Handling when Principal is Unavailable by @MattKuhr in #202
New Contributors
- @jjtang1985 made their first contribution in #17
- @MatKuhr made their first contribution in #18
- @KevinHudemann made their first contribution in #24
- @daniel-kurzynski made their first contribution in #28
- @Johannes-Schneider made their first contribution in #45
- @CharlesDuboisSAP made their first contribution in #68
- @stippi2 made their first contribution in #78
- @rnewbigging made their first contribution in #86
- @newtork made their first contribution in #87
- @KavithaSiva made their first contribution in #133
- @MattKuhr made their first contribution in #161
Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.1.0
Release 5.0.0
This is the first release of the SAP Cloud SDK version 5.
As this is a new major version, this release contains a lot of (under the hood) improvements, refactoring, and other changes.
Please refer to the Upgrade Guide for details instructions on how to upgrade your SAP Cloud SDK dependencies to our new major version and for a detailed list of changes.
You can find the full release notes here.
Release 0.0.1
Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/0.0.1