From 46a23b3691eb2ad3e2cde7e7d16fd3b82dc362c6 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Fri, 13 Mar 2026 12:17:48 +0000 Subject: [PATCH 1/2] Add new release notes --- .../release-notes/release-notes-15-to-29.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs-java/release-notes/release-notes-15-to-29.mdx b/docs-java/release-notes/release-notes-15-to-29.mdx index 68da12cfa9..31c7595dfa 100644 --- a/docs-java/release-notes/release-notes-15-to-29.mdx +++ b/docs-java/release-notes/release-notes-15-to-29.mdx @@ -1,3 +1,21 @@ +## 5.27.0 - March 13, 2026 + +[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.27.0) + +### 🔧 Compatibility Notes + +- [Connectivity Destination Service] Migrated to Apache Httpclient 5. + - The replacement for `HttpClientAccessor` is `ApacheHttpClient5Accessor` + +### ✨ New Functionality + +- [OpenAPI] Cloud SDK OpenAPI Generator now supports `apache-httpclient` library besides Spring RestTemplate through the newly introduced module `openapi-core-apache`. +- [IAS] Add `IasOptions.withTokenFormat()` to allow specifying token format + +### 🐛 Fixed Issues + +- [OData v4] Binary deserialization can now handle both `Base64URL` and `Base64`. + ## 5.26.0 - January 23, 2026 [All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.26.0) From e0ff4f199cd02343b8230d62b2a6d3bbed9ecb05 Mon Sep 17 00:00:00 2001 From: Roshin Rajan Panackal Date: Fri, 13 Mar 2026 13:53:45 +0100 Subject: [PATCH 2/2] reviewdog --- docs-java/release-notes/release-notes-15-to-29.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-java/release-notes/release-notes-15-to-29.mdx b/docs-java/release-notes/release-notes-15-to-29.mdx index 31c7595dfa..78b08a17b8 100644 --- a/docs-java/release-notes/release-notes-15-to-29.mdx +++ b/docs-java/release-notes/release-notes-15-to-29.mdx @@ -9,7 +9,7 @@ ### ✨ New Functionality -- [OpenAPI] Cloud SDK OpenAPI Generator now supports `apache-httpclient` library besides Spring RestTemplate through the newly introduced module `openapi-core-apache`. +- [OpenAPI] SAP Cloud SDK OpenAPI Generator now supports `apache-httpclient` library besides Spring RestTemplate through the newly introduced module `openapi-core-apache`. - [IAS] Add `IasOptions.withTokenFormat()` to allow specifying token format ### 🐛 Fixed Issues