Skip to content

Releases: OData/AspNetCoreOData

9.1.0

13 Nov 15:13
9a0c7db
Compare
Choose a tag to compare

What's Changed

  • improvement: Add cancellation support for long running queries by @rpallares in #1271
  • Cause debugger to step through argument-check methods by @gathogojr in #1321
  • Use await using for async disposal of message writer by @habbes in #1323
  • Cherry-pick (a77ed76): Fix AutoExpand Issues with Capitalized $Expand System Query Options by @WanjohiSammy in #1309
  • Add dynamic single-valued property support for filter expressions by @gathogojr in #1330
  • Adding a condition to cast QueryNode to SingleResourceCastNode for Unquoted Type Parameter by @WanjohiSammy in #1313
  • Fixes #1336 : Regressions from refacturing from extension method EntityType() to EntityType property bug by @xuzhg in #1341
  • Add dynamic properties support for any and all operators by @gathogojr in #1322
  • update DI settings by @marabooy in #1344

New Contributors

Full Changelog: 9.0.0...9.1.0

8.2.6

13 Nov 15:16
14bd2b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.2.5...8.2.6

ASP.NET Core OData 9.0.0

20 Aug 08:02
e8e7eaa
Compare
Choose a tag to compare

Full Changelog: 9.0.0-rc.1...9.0.0

ASP.NET Core OData 9.0.0-rc.1

15 Jul 13:10
d7ae43a
Compare
Choose a tag to compare
Pre-release

What's Changed

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

ASP.NET Core OData 9.0.0-preview.2

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

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
Pre-release

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