Skip to content

Commit 82e8786

Browse files
committed
Update release-notes-15-to-29.mdx
1 parent ccb6483 commit 82e8786

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
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)

0 commit comments

Comments
 (0)