Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-22 | 1.4 kB | |
v5.5.0 source code.tar.gz | 2023-11-22 | 792.1 kB | |
v5.5.0 source code.zip | 2023-11-22 | 1.6 MB | |
Totals: 3 Items | 2.4 MB | 0 |
New features and enhancements
- This release adds support for .NET 8 and Entity Framework Core 8.
- A new example was added that uses Dapper instead of Entity Framework Core. It demonstrates how to produce SQL for nearly all JSON:API features, such as side-loading related resources and compound nested filters, as well as applying resource changes and atomic operations. The produced SQL works on PostgreSQL, MySQL, and SQL Server.
- We now use
TryAdd[Singleton/Scoped/Transient]
internally, which makes it easier to replace built-in dependencies with your own.
Bugfixes
- Fix crash on atomic operations request when trace logging is turned on.
Merged PRs
- Make it easier to register custom services in the IoC container by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1352
- Example to produce SQL without Entity Framework Core! by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1361
- Fix crash on operations requests when trace logging is turned on by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1396
- Multi-target against .NET 6 and .NET 8 by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1349
Full Changelog: https://github.com/json-api-dotnet/JsonApiDotNetCore/compare/v5.4.0...v5.5.0