Skip to content

v5.5.0

Compare
Choose a tag to compare
@bkoelman bkoelman released this 22 Nov 01:32
· 195 commits to master since this release
8137c4e

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 #1352
  • Example to produce SQL without Entity Framework Core! by @bkoelman in #1361
  • Fix crash on operations requests when trace logging is turned on by @bkoelman in #1396
  • Multi-target against .NET 6 and .NET 8 by @bkoelman in #1349

Full Changelog: v5.4.0...v5.5.0