Skip to content

Releases: OData/WebApi

v5.7

25 Sep 07:36

Choose a tag to compare

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:

Doc: http://odata.github.io/WebApi/#07-11-5-7
Nuget: https://www.nuget.org/packages/Microsoft.AspNet.OData/5.7.0

v5.6

16 Oct 07:04

Choose a tag to compare

New Features:

Bug Fixes:

  • GitHub Issue #300 : date() and time() function doesn't work with EF.
  • GitHub Issue #317, Pull request #340 by OData team : Support nullable referential constraint with conventional model builder.
  • GitHub Issue #331, Pull request #336 by OData team : Support nullable enum prefix free in $filter.
  • GitHub Issue #281, Pull request #341 by OData team : OData serialization cannot serializer the derived complex types.
  • GitHub Issue #330, Pull request #350 by OData team : Dynamic property name is null use convention routing.
  • GitHub Issue #214, Pull request #343 by OData team : Issue about Web API model validation.
  • GitHub Issue #294, Pull request #323, #332 by OData team : Formatting <see>true</see>, <see langword="null"/> issue in xml comments about true, false, and null.

OData Web API v5.6 package has a dependency on ODataLib 6.11.

v5.5.1

16 Oct 07:10

Choose a tag to compare

  • Fix the issue: $count segment doesn't work in 5.5 with EF #290

v5.5

16 Oct 07:11

Choose a tag to compare

This release primarily includes new features for OData v4 Web API as summarized below:

In this release, we moved the license from Microsoft OpenTech + Apache to Microsoft + MIT.

v4 package has a dependency on ODataLib 6.10.

v5.4

16 Oct 07:12

Choose a tag to compare

This release primarily includes new features for OData (v4 and v3) Web API as summarized below:

V4 package has a dependency on ODataLib 6.9.