Skip to content

Commit

Permalink
Add new release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-sdk-js committed Sep 27, 2024
1 parent 3fe5b14 commit 5dc906e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs-java/release-notes/release-notes-0-to-14.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 5.13.0 - September 27, 2024

[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.13.0)

### 🔧 Compatibility Notes

- Minimum required versions:
- SAP BTP Security Services Integration Libraries `com.sap.cloud.security` 3.4.3
- CAP `com.sap.cds` 2.9.3
- SAP Java Buildpack `com.sap.cloud.sjb` 2.10.0
- Using IAS requires XSUAA version to be minimum `3.4.0`.
- Change the `DefaultHttpDestination.Builder` to throw an exception when the proxy configuration can not be determined for on-premise destinations.
Previously, only an error was logged to give a grace period for analyzing and fixing the underlying issue.
- Change the default implementations of `HttpClientCache` and `ApacheHttpClient5Cache` to throw an exception in cases where previously only an error was logged.
The previous behavior of logging an error and falling back to creating a new http client granted a grace period to fix the underlying issue.

### 🐛 Fixed Issues

- OpenAPI QueryParameters are now encoded

## 5.12.0 - September 03, 2024

[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.12.0)
Expand Down

0 comments on commit 5dc906e

Please sign in to comment.