[MS] Announcing ASP.NET Core OData 9 Official Release - devamazonaws.blogspot.com
We're happy to announce that ASP.NET Core OData 9 has been officially released and is available on NuGet: Microsoft.AspNetCore.OData 9.0.0 The major highlight of this release is the update of the OData .NET dependencies to the 8.x major version . By updating the dependencies, we're able to take advantage of the improvements and new capabilities introduced in Microsoft.OData.Core 8.x and Microsoft.OData.Edm 8.x releases specifically. The ASP.NET Core OData 9 release will only support .NET 8 or later. The OData .NET 8 official release announcement addresses the major changes introduced in that release. It's advisable to go through the post to familiarize yourself with the changes. In this post, we explore how some of those changes affect the ASP.NET Core OData library, and how to toggle the legacy behavior where possible. Character encoding in request and response payloads In OData .NET 8, we introduced a new JSON writer that uses the .NET Utf8JsonWriter behind the sc...