Skip to content

ASP.NET Core OData 8.2.0

Compare
Choose a tag to compare
@xuzhg xuzhg released this 30 May 05:42
· 64 commits to main since this release
c103a30

What's Changed

  • ResultHelpers.GetEntityType can now resolve the IEdmTypeReference fro… by @uffelauesen in #894
  • #907: Enable read the untyped collection by @xuzhg in #905
  • Make CreatedODataResult inherit from ObjectResult by @KenitoInc in #906
  • Enable declared Untyped and undeclared Untyped by @xuzhg in #904
  • fix: Matching property names based on ignoring case by @samtrion in #912
  • update ODL version to 7.16.0 by @xuzhg in #922
  • fix $orderby with $apply and groupby aggregations by @ElizabethOkerio in #919
  • fixes #923 Enable using ODataValue to write Untyped property directly by @xuzhg in #924
  • fixes #921, Enable $compute in non-odata path using ODataQueryOptions directly by @xuzhg in #928
  • Fix invalid partial json generated when serverside paging is applied in multi-level containment scenarios by @gathogojr in #926

New Contributors

Full Changelog: 8.1.2...8.2.0