v5.7
New Features:
- Pull request [#322](https://github.com//pull/322) by [chinese007](https://github.com/chinese007), [#407](https://github.com//pull/407) by [OData team](https://github.com/OData) : [Add the NextPageLink and Count for collection property.](http://odata.github.io/WebApi/#6-18-AddNextPageLinkAndCountForCollectionProperty) - GitHub Issue [#149](https://github.com//issues/149), Pull request [#379](https://github.com//pull/379) by [OData team](https://github.com/OData) : [Expose HasStream for EntityType configuration.](http://odata.github.io/WebApi/#6-04-streamEntity) - GitHub Issue [#377](https://github.com//issues/377), Pull request [#384](https://github.com//pull/384) by [Bruce Johnston](https://github.com/brjohnstmsft) : Making ODataQueryOptions.GetNextPageLink public. - GitHub Issue [#310](https://github.com//issues/310), Pull request [#399](https://github.com//pull/399) by [OData team](https://github.com/OData) : [Cannot ignore some query options like $skip.](http://odata.github.io/WebApi/#4-16-ignore-query-option) - GitHub Issue [#98](https://github.com//issues/98), [#107](https://github.com//issues/107), [#258](https://github.com//issues/258), Pull request [#405](https://github.com//pull/405) by [OData team](https://github.com/OData) : [Add capabilities vocabulary annotation support](http://odata.github.io/WebApi/#4-14-capabilities-vocabulary-support) - Pull request [#419](https://github.com//pull/419) by [Abhishek Kumar](https://github.com/abkmr) : [Adding support for alternate key Uri resolver.](http://odata.github.io/WebApi/#4-17-Alternate-Key) - GitHub Issue [#408](https://github.com//issues/408), Pull request [#426](https://github.com//pull/426) by [OData team](https://github.com/OData) : [Handling of preference header 'continue-on-error' in user request.](http://odata.github.io/WebApi/#4-20-ContinueOnError) - GitHub Issue [#311](https://github.com//issues/311), Pull request [#428](https://github.com//pull/428) by [OData team](https://github.com/OData) : [Auto expand navigation property.](http://odata.github.io/WebApi/#4-15-autoexpand-attribute) - GitHub Issue [#304](https://github.com//issues/304), Pull request [#444](https://github.com//pull/444) by [OData team](https://github.com/OData) : [Support setting namespaces for operations in ODataConventionModelBuilder.](http://odata.github.io/WebApi/#4-21-Set-namespaces-for-operations)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.
Doc: http://odata.github.io/WebApi/#07-11-5-7
Nuget: https://www.nuget.org/packages/Microsoft.AspNet.OData/5.7.0