From c4232e1a2b28fb039ce58aff66a3cdc16eefadd6 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot <107626431+bot-sdk-js@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:44:05 +0200 Subject: [PATCH] Java: Add release notes for release 5.13.0 (#1918) * Add new release notes * chore: fix build failures --------- Co-authored-by: i341658 --- .../release-notes/release-notes-0-to-14.mdx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs-java/release-notes/release-notes-0-to-14.mdx b/docs-java/release-notes/release-notes-0-to-14.mdx index 18b32e57d6..278858e4b2 100644 --- a/docs-java/release-notes/release-notes-0-to-14.mdx +++ b/docs-java/release-notes/release-notes-0-to-14.mdx @@ -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)