Skip to content

ASP.NET Core OData 8.0.5

Compare
Choose a tag to compare
@xuzhg xuzhg released this 08 Jan 00:36
· 201 commits to main since this release

https://www.nuget.org/packages/Microsoft.AspNetCore.OData/8.0.5

What's Changed

  • Query binder refactor. We will continue to refactor in the next iteration.
  • $compute query option
  • $search query option binder
  • Migrate OData/WebApi#2512 to AspNetCoreOData. by @marabooy in #368
  • OData Routing Overview Document by @Tiberriver256 in #377
  • Trim forward slashes from route prefix by @habbes in #395
  • Fixed overwriting of the ODataUriResolver, received upstream from DI (e.g. AlternateKeysODataUriResolver) by @jfshark in #389

Be noted: TryGetNestedPropertyValue has been added accidentally as public, it will be internal in the next version.
Please use TryGetPropertyValue except TryGetNestedPropertyValue.

New Contributors

Full Changelog: 8.0.4...8.0.5