Skip to content

Releases: OData/AspNetCoreOData

ASP.NET Core OData 9.0.0-preview.2

05 Jun 17:02
62d81a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.0-preview.1...9.0.0-preview.2

ASP.NET Core OData 9.0.0-preview.1

05 Jun 09:12
991a8af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.2.5...9.0.0-preview.1

ASP.NET Core OData 8.2.5

01 Mar 19:15
Compare
Choose a tag to compare

What's Changed

  • PATCH derived complex types by @KenitoInc in #1136
  • Create tests for GetNavigationSource extension method by @habbes in #1159
  • Optimize ODataPathExtensions.GetNavigationSource by @habbes in #1161
  • fixes #954, enable to read the untyped value with odata.type annotated by @xuzhg in #1004
  • Tests for single quotes on in expression by @gathogojr in #1078
  • Fix UnicodeCharactersTest by @0xced in #1174
  • Fixes #1147: Enable skiptoken handler to handler advanced orderby clause by @xuzhg in #1164
  • Fixes #1171: ODataResourceSetDeserializer type cast wrong by @xuzhg in #1175
  • Fixes #1177: Ensure that elementType is not null when calling elementType.IsUntyped() by @CronKz in #1178
  • Log the invalid key or function parameter by @xuzhg in #1155
  • Update version to 8.2.5 by @xuzhg in #1181

New Contributors

Full Changelog: 8.2.4...8.2.5

ASP.NET Core OData 8.2.4

17 Jan 03:57
55dc8bd
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: 8.2.3...8.2.4

ASP.NET Core OData 8.2.3

06 Sep 06:38
fce1c61
Compare
Choose a tag to compare

What's Changed

  • Revert the changes for duplicated left JOIN changes. by @xuzhg in #1045

Full Changelog: 8.2.2...8.2.3

ASP.NET Core OData 8.2.2 - Deprecated

30 Aug 08:59
2bde4e5
Compare
Choose a tag to compare

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

What's Changed

  • Fixes #1017: resolve the null reference exception by adding the null check by @xuzhg in #1021
  • #1023 - Fix all structural properties ignored when using $expand without $select and camel cased property names by @orty in #1024
  • Fix binding read-only properties by @ElizabethOkerio in #1031

Full Changelog: 8.2.1...8.2.2

ASP.NET Core OData 8.2.1 - Deprecated

11 Aug 01:12
9b39106
Compare
Choose a tag to compare

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

What's Changed

New Contributors

  • @orty made their first contribution in #947

Full Changelog: 8.2.0...8.2.1

ASP.NET Core OData 8.2.0

30 May 05:42
c103a30
Compare
Choose a tag to compare

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

ASP.NET Core OData 8.1.2

02 May 02:21
Compare
Choose a tag to compare

What's Changed

  • Add ODataNullValueExtensions and use it during serializer by @xuzhg in #901
  • Re-add the removed 'QuerySettings' to avoid breaking changes. by @xuzhg in #891

Full Changelog: 8.1.1...8.1.2

ASP.NET Core OData 8.1.1 (Deprecated)

04 Apr 19:33
df65a1b
Compare
Choose a tag to compare

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

What's Changed

  • Fix skiptoken paging edge case where property is nullable on CLR type but not nullable on Edm type by @gathogojr in #881

Full Changelog: 8.1.0...8.1.1