Releases: OData/AspNetCoreOData
ASP.NET Core OData 8.0.9
What's Changed
- updated csproj files to not require visual studio 2022 by @corranrogue9 in #484
- Add an issue bug templates by @xuzhg in #528
- Adding support for case insensitive action names by @giulianob in #519
- Add support for net6.0 for AspNetCore.OData.NewtonsoftJson by @marabooy in #526
- Fixing CORS attribute by @giulianob in #544
- EnableQueryAttribute - static GetModel changed back to virtual by @kjaworski in #553
New Contributors
- @corranrogue9 made their first contribution in #484
- @giulianob made their first contribution in #519
- @kjaworski made their first contribution in #553
Full Changelog: 8.0.8...8.0.9
ASP.NET Core OData 8.0.8
https://www.nuget.org/packages/Microsoft.AspNetCore.OData/8.0.8
What's Changed
- Fix ArgumentNullException in SelectExpandQueryOption by @KevinNoffc in #472
- Fix reference handling in $batch by @mikepizzo in #482
- Remove the HandleNullPropagationOption in GetQuerySetting by @xuzhg in #487
New Contributors
- @KevinNoffc made their first contribution in #472
- @mikepizzo made their first contribution in #482
Full Changelog: 8.0.7...8.0.8
ASP.NET Core OData 8.0.7
https://www.nuget.org/packages/Microsoft.AspNetCore.OData/8.0.7
What's Changed
- Support DateOnly and TimeOnly by @xuzhg in #450
- ♻️ Nullable and non nullable type mapping registration simplification by @julealgon in #453
- Unmapped properties are in Delta by @dxrdxr in #441
- Change query validation to throw ODataException
- Create type annotation only has the type name
- No dollar sign query option setting to a resolver
Full Changelog: 8.0.6...8.0.7
ASP.NET Core OData 8.0.6
https://www.nuget.org/packages/Microsoft.AspNetCore.OData/8.0.6
- Make TryGetNestedPropertyValue internal
- Fix 'none OData' -> 'non-OData' typo
ASP.NET Core OData 8.0.5
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
- @Tiberriver256 made their first contribution in #377
Full Changelog: 8.0.4...8.0.5
ASP.NET Core OData 8.0.4
https://www.nuget.org/packages/Microsoft.AspNetCore.OData/8.0.4
What's Changed
- Prevent error from duplicating attribute. by @FlaviusHouk in #339
- Added Nested Property tests by @dxrdxr in #295
- Added possibility to bind params of custom type by @jfshark in #344
- Permit Count, to prevent exception when using ..../$count. by @mperdeck in #354
- Add IODataTypeMapper by @xuzhg in #342
New Contributors
- @FlaviusHouk made their first contribution in #339
- @jfshark made their first contribution in #344
- @mperdeck made their first contribution in #354
Full Changelog: 8.0.3...8.0.4
ASP.NET Core OData 8.0.3
ASP.NET Core OData 8.0.2
ASP.NET Core OData 8.0.1
https://www.nuget.org/packages/Microsoft.AspNetCore.OData/8.0.1
- Make methods as virtual in ODataSerializerProvider
- Make methods as virtual in ODataDeserializerProvider
See details at: https://docs.microsoft.com/en-us/odata/changelog/aspnetcoreodata-8x#801
ASP.NET Core OData 8.0.0
https://www.nuget.org/packages/Microsoft.AspNetCore.OData/8.0.0
I also attached the newtonsoftJson.8.0.0 package here since we can't upload this package to nuget.org now.
See details at: https://docs.microsoft.com/en-us/odata/changelog/aspnetcoreodata-8x#800