Skip to content

Releases: SiberaIndustries/SI.UnitOfWork

2.1.0

02 Feb 23:35
Compare
Choose a tag to compare

Breaking Changes

  • None

New Features

  • None

Bug fixes

  • None

Improvements

Other changes

  • None

Known issues

  • None

2.0.0

18 Nov 23:00
Compare
Choose a tag to compare

Breaking Changes

  • Dropped support for .NET Core
  • Changed FindAsync(params object[]? keyValues) to FindAsync(object?[]? keyValues, CancellationToken ct = default) to support cancellation
  • IRepositoryFactory<TContext> requires a TContext DbContext { get; } property from now

New Features

  • Add IAsyncEnumerable support

Bug fixes

  • None

Improvements

  • Add .NET Standard 2.1 and .NET 6.0 support for SI.UnitOfWork
  • Nullable handling improved

Other changes

  • None

Known issues

  • None

1.0.0

17 Jun 21:33
Compare
Choose a tag to compare

Breaking Changes

  • None

New Features

  • None

Bug fixes

  • Fix possible Dependency Exceptions
  • Fix resolving Repository by EntityType

Improvements

  • None

Other changes

  • None

Known issues

  • None

0.1.0

06 Oct 22:56
Compare
Choose a tag to compare

Initial release