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
20 changes: 20 additions & 0 deletions docs-java/release-notes/release-notes-30-to-44.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 5.34.0 - August 26, 2026

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

### 🔧 Compatibility Notes

- [Connectivity] Destination objects with different header providers are now considered not equal.

### ✨ New Functionality

- [OData Client] Introduced a new module `datamodel/odata-client-apache-httpclient5` to enable the use of the OData Client with Apache's Http Client 5.

### 📈 Improvements

- [Connectivity] Fixed `Connection pool shut down` edge-case when closing a client with a destination that has a custom header provider.

### 🐛 Fixed Issues

- [OpenAPI Generator] `String` properties with `contentMediaType: application/json` are not mistakenly generated as `File` anymore

## 5.33.0 - August 05, 2026

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