Releases: Kros-sk/Kros.KORM
Releases · Kros-sk/Kros.KORM
Kros.KORM 7.4.0
New features
- Support for sequential GUID primary keys. By @matejicko in #119
Kros.KORM 7.3.0
What's Changed
- Lock access to converters and injectors in model factory dynamic methods by @satano in #116. Model factory was failing in multi-threaded scenario.
- Use SQL Server in Docker in unit tests by @satano in #117.
Full Changelog: v7.2.0...v7.3.0
v6.3.0
Kros.KORM 7.2.0
add ApplicationName to KormConnectionSettings (#114) * add ApplicationName to KormConnectionSettings * update package version
Kros.KORM 7.1.0
Changes
- #112 Post-migration actions and post-migration database views refreshing. @mchlkntrv
Kros.KORM 7.0.1
Changes
- Update references.
Kros.KORM 7.0.0 📦
Kros.KORM 6.2.0 📦
Kros.KORM 6.1.0
Changes
- Add suport for
string.Compare()method. By @tereziavrabkova in #104.
Kros.KORM 6.0.0 📦
Changes
⚠️ Breaking changes
- Remove targeting for the old .NET 4.6 framework (DbTransaction does not contain async variants in this framework)
- Interface
IQueryProviderwas change. MethodExecuteInTransactionAsynchas a new signatureTask ExecuteInTransactionAsync(Func<CancellationToken, Task> action, CancellationToken cancellationToken = default);