You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
0 commit comments