Skip to content

Commit ff57d1b

Browse files
Java: Add release notes for release 5.16.0 (#2005)
* Add new release notes * Update release-notes-15-to-29.mdx --------- Co-authored-by: Jonas Israel <[email protected]>
1 parent 12dad29 commit ff57d1b

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.16.0 - January 29, 2025
2+
3+
[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.16.0)
4+
5+
### ✨ New Functionality
6+
7+
- Add experimental support for updating nested fields in OData v2 complex types via PATCH requests
8+
- Use optional argument `FluentHelperUpdate#modifyingEntity( ModifyPatchStrategy )` to control updates with delta or full complex property payloads.
9+
10+
### 📈 Improvements
11+
12+
- Improve the OData v4 class `BatchRequestBuilder` to now also implement the `ModificationRequestBuilder` interface.
13+
14+
### 🐛 Fixed Issues
15+
16+
- Fix non-compilable code using OpenAPI generator with schema definitions having `additionalProperties: true`.
17+
Previously they would result in model classes extending `HashMap`, which disabled proper deserialization and serialization.
18+
119
## 5.15.0 - December 19, 2024
220

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

0 commit comments

Comments
 (0)