Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

v16.0.0

Choose a tag to compare

@pwelter34 pwelter34 released this 20 Nov 16:48
· 194 commits to master since this release

What's Changed

  • add: .net 9.0 support
  • breaking: drop support for net6.0 and net7.0
  • breaking: IPrincipal changed to ClaimsPrincipal
  • breaking: EntityQueryEndpointBase & EntityCommandEndpointBase now include ILoggerFactory
  • breaking: ICacheQueryResult renamed to ICacheResult
  • breaking: Commands and Queries are now record types
  • change: Endpoints now return problem detail result on error
  • add: HybridCache support
  • add: IDispatcher for Blazor Auto support

Full Changelog: v15.9.8...v16.0.0