Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:44
· 5 commits to main since this release

3.0.0 (2026-07-21)

⚠ BREAKING CHANGES

  • repository resolution now uses the two-argument v5 contracts
    (IAsyncQueryableRepository<TEntity, TKey>); consumers on the three-argument v4
    form must drop the TUnitOfWork type argument.

Features

  • migrate to eQuantic.Core.Data v5 (e58b42d)