7.19 OData Web API 5.10
The NuGet packages for OData v4 Web API 5.10 are available on the NuGet gallery.
Download this release
You can install or update the NuGet packages for OData Web API v5.10 using the Package Manager Console:
PM> Install-Package Microsoft.AspNet.OData
What’s in this release?
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
OData Web API v5.10 package has a dependency on OData v4 Lib 6.15.
Questions and feedback
You and your team are warmly welcomed to try out this new version if you are interested in the new features and fixes above. You are also welcomed to contribute your code to OData Web API repository. For any feature request, issue or idea please feel free to reach out to us at GitHub Issues.