Releases: OData/WebApi
Releases · OData/WebApi
7.6.4
What's Changed
- Fixes #2737: Support getting navigation source for complex types by @mikepizzo in #2744
- Bump version to 7.6.4 by @xuzhg in #2750
Full Changelog: v7.6.3...7.6.4
7.6.3
What's Changed
- update the version 7.6.2 and update the Core dependency version to 2.0.1 by @xuzhg in #2720
- Upgrade Kestrel to 2.2.0 by @gathogojr in #2718
- Maintain case for parameter alias in generated nextlink by @gathogojr in #2724
- Change VmImage from latest to 2019 to finish the build pipeline build by @xuzhg in #2725
- Fix issue for nested next page link with singleton containment navigation property by @lisicase in #2722
- Updated out-of-date .NET Foundation Code of Conduct Link by @garaydev in #2727
- Fix serialization issue affecting nested complex property by @gathogojr in #2729
- Bulk Operations Handlers by @KenitoInc in #2705
- Bump version to 7.6.3 and ODL version to 7.13.0 by @habbes in #2740
New Contributors
Full Changelog: 7.6.1...v7.6.3
7.6.1
7.5.18
https://www.nuget.org/packages/Microsoft.AspNetCore.OData/7.5.18
https://www.nuget.org/packages/Microsoft.AspNet.OData/7.5.18
What's Changed
- #2714 : Fix the missing method exception when using Dependency Injection package version 6.x on .NET Framework by @xuzhg
Full Changelog: 7.5.17...7.5.18
7.6.0
- https://www.nuget.org/packages/Microsoft.AspNetCore.OData/7.6.0
- https://www.nuget.org/packages/Microsoft.AspNet.OData/7.6.0
What's Changed
- Support bulk operations serialization
- Support bulk operations deserialization
Full Changelog: 7.5.17...v7.6.0
7.5.17
- https://www.nuget.org/packages/Microsoft.AspNetCore.OData/7.5.17
- https://www.nuget.org/packages/Microsoft.AspNet.OData/7.5.17
What's Changed
-
Add virtual method for complex property serialization by @xuzhg in #2699
-
Fix the NewtonSoft.JSON package version reference problem.
Full Changelog: 7.5.16...7.5.17
7.5.16 (Unlisted)
7.5.16 is unlisted from Nuget.org. Please update to 7.5.17. If the Customer is using this version, he maybe to meet the following exception:
**FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. The system cannot find the file specified.**
This is because the Newtonsoft.Json version on NuGet package is still on the lower version. We unlisted this version from Nuget.org. Please update to the 7.5.17.
If you do want to use 7.5.16, manually updating the Newtonsoft.Json version to 13.0.1 for your project can fix the problem.
Thanks.
- https://www.nuget.org/packages/Microsoft.AspNetCore.OData/7.5.16
- https://www.nuget.org/packages/Microsoft.AspNet.OData/7.5.16
What has changed
- Update Newtonsoft.Json version to 13.0.1 by @xuzhg #2668
- Add settings flag to avoid swallowing serialization errors when
ILogger
is registered by @Nthemba #2652 - Update ODL version to 7.12.2 by @habbes #2698
Full changelog: 7.5.15...7.5.16
7.5.15 RTM
What's Changed
- Update ODL version to v7.11.0 by @KenitoInc in #2643
- Scale is not working on decimal property by @komdil in #2420
- Argument null exception in containerbuilder on .net 6 by @xuzhg in #2650
Full Changelog: 7.5.14...7.5.15