Skip to content

Commit 5d8811b

Browse files
authored
Add new release notes (#2238)
1 parent 53069fc commit 5d8811b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs-java/release-notes/release-notes-15-to-29.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 5.22.0 - August 29, 2025
2+
3+
[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.22.0)
4+
5+
### ✨ New Functionality
6+
7+
- Add built-in support for the [Transparent Proxy](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/transparent-proxy-for-kubernetes) via a new `TransparentProxyDestination`.
8+
For more information, refer to the [documentation](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/transparent-proxy).
9+
- Add _experimental_ support for cross-level destination consumption via a new `CrossLevelScope` setting under `DestinationServiceOptionsAugmenter`.
10+
- Add _experimental_ support for setting custom headers in requests to the destination service via the new `DestinationServiceOptionsAugmenter#customHeaders`.
11+
12+
### 🐛 Fixed Issues
13+
14+
- [OpenAPI] Fix code generator for transitive dependency version inconsistencies for Jackson.
15+
- [ODatav4] Fix incorrect HTTP header name when sending entity version identifier in bound-action requests.
16+
- [ODatav4] Fix an issue when generating clients.
17+
- Property names: `value`, `item` and `properties` are now allowed.
18+
119
## 5.21.0 - August 01, 2025
220

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

0 commit comments

Comments
 (0)