File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 44
55### ✨ New Functionality
66
7- - Add experimental support for updating nested fields in OData V2 complex types via PATCH requests
7+ - Add experimental support for updating nested fields in OData v2 complex types via PATCH requests
88 - Use optional argument ` FluentHelperUpdate#modifyingEntity( ModifyPatchStrategy ) ` to control updates with delta or full complex property payloads.
99
1010### 📈 Improvements
1111
12- - Improve the OData V4 class ` BatchRequestBuilder ` to now also implement the ` ModificationRequestBuilder ` interface.
12+ - Improve the OData v4 class ` BatchRequestBuilder ` to now also implement the ` ModificationRequestBuilder ` interface.
1313
1414### 🐛 Fixed Issues
1515
1616- Fix non-compilable code using OpenAPI generator with schema definitions having ` additionalProperties: true ` .
1717 Previously they would result in model classes extending ` HashMap ` , which disabled proper deserialization and serialization.
1818
19-
2019## 5.15.0 - December 19, 2024
2120
2221[ 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