File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments