Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs-java/release-notes/release-notes-15-to-29.mdx
Original file line number Diff line number Diff line change
@@ -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] 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

- [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)
Expand Down
Loading