Skip to content

ASP.NET Core OData 8.0.11

Compare
Choose a tag to compare
@habbes habbes released this 16 Aug 09:33
· 126 commits to main since this release
9e91f05

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

What has changed

  • Fix ArgumentNullException when calling AddODataNewtonsoftJson by @xuzhg #589
  • Fix error when using $select=* with actions and functions by @Nthemba #594
  • Create ODataController helper methods that return ODataError for non-success responses by @KenitoInc #623
  • Fix issue that causes UTF-8 BOM to be added to raw value response by @VirusQuartirus #630
  • Fix ArgumentNullException when on empty select/expand by @giulianob #621
  • Resolve ContentID in odata.bind annotation by @gathogojr #643
  • Add IsConventional flag in routing metadata by @xuzhg #650
  • Add virtual CreateDynamicComplexResourceInfo to allow customizing complex property serialization by @xuzhg #656
  • Fixed an issue where attributes of the same name cannot be expanded when subclasses inherit and hide attributes of the parent class by @Dean-ZhenYao-Wang #645
  • Update ODL version to 7.12.2 by @habbes #665

Full changelog: 8.0.10...8.0.11