7.16 OData Web API 5.9.1
The NuGet packages for OData v4 Web API 5.9.1 are available on the NuGet gallery.
Download this release
You can install or update the NuGet packages for OData Web API v5.9.1 using the Package Manager Console:
PM> Install-Package Microsoft.AspNet.OData
What’s in this release?
Improvements and fixes:
-
POST with GeographyPoint throws object must implement IConvertable. Issue #718
-
Model binding broken with enum keys. Issue #724
-
Update enum property doesn’t work. Issue #742
-
Delta<T> should avoid static properties. Issue #137
-
MaxExpansionDepth of 0 is not work. Issue #731
-
EnumMember support without value. Issue #697
-
Make IsIfNoneMatch public. Issue #764
New Features:
- ETagMessageHandler is not supporting typeless entities. Issue #172
OData Web API v5.9.1 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.