7.11 OData Web API 5.7
The NuGet packages for OData Web API v5.7 are available on the NuGet gallery.
Download this release
You can install or update the NuGet packages for OData Web API v5.7 using the Package Manager Console:
PM> Install-Package Microsoft.AspNet.OData -Version 5.7.0
What’s in this release?
New Features:
-
Pull request #322 by chinese007, #407 by OData team : Add the NextPageLink and Count for collection property.
-
GitHub Issue #149, Pull request #379 by OData team : Expose HasStream for EntityType configuration.
-
GitHub Issue #377, Pull request #384 by Bruce Johnston : Making ODataQueryOptions.GetNextPageLink public.
-
GitHub Issue #310, Pull request #399 by OData team : Cannot ignore some query options like $skip.
-
GitHub Issue #98, #107, #258, Pull request #405 by OData team : Add capabilities vocabulary annotation support
-
Pull request #419 by Abhishek Kumar : Adding support for alternate key Uri resolver.
-
GitHub Issue #408, Pull request #426 by OData team : Handling of preference header ‘continue-on-error’ in user request.
-
GitHub Issue #311, Pull request #428 by OData team : Auto expand navigation property.
-
GitHub Issue #304, Pull request #444 by OData team : Support setting namespaces for operations in ODataConventionModelBuilder.
Bug Fixes:
-
GitHub Issue #334, Pull request #335 by Matt Johnson : Time zone conversions are not DST aware.
-
GitHub Issue #195, Pull request #372 by Brad Cleaver : Navigation link generation for contained navigations.
-
GitHub Issue #376, Pull request #386 by OData team : $orderby with duplicate property in odata v4 failed.
-
GitHub Issue #387, Pull request #391 by OData team : Can’t get untyped enum property.
-
GitHub Issue #401, Pull request #402 by CrazyViper : DateTime min and max value serialization problem.
-
GitHub Issue #398, Pull request #430 by OData team : Change IsRelaxedMatch’s default value to True.
-
GitHub Issue #442, Pull request #453 by Ilchert : Checking propetry for null changed from Or to OrElse
-
GitHub Issue #447, Pull request #457 by OData team : Keep default behavior for batch error handling.
-
GitHub Issue #459, Pull request #474 by OData team : Add concurrency annotation support.
OData Web API v5.7 package has a dependency on ODataLib 6.13.
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.