V5.10.0
We are happy to announce that the Web API OData v5.10 is released and available on NuGet.
Improvements and fixes:
- Delta feed should only serialize changed properties. Issue #857
- Dynamic properties set to null should be written in a Delta Feed. Issue #927
- @odata.Etag should be written for singletons, single-valued navigation properties #926
New Features:
- ODataProperties supports writing a delta link. Issue #900
- A new EdmDeltaComplexObject is added to support serializing changed properties of a complex type. Issue #857
- Added a new NavigationSource property for setting the entity set of related EdmDeltaEntityObjects and EdmDeltaDeletedEntityObjects in a flattened result. Issue #937