Releases: lukaferlez/Simpleverse.Repository
Releases · lukaferlez/Simpleverse.Repository
Release list
v2.1.35
What's Changed
- ✨feat: Add CancellationToken support to all async methods by @filipklaric in #18
Full Changelog: v2.1.34...v2.1.35
v2.1.34
What's Changed
- added action to filter by @matijahudin999 in #17
- Fix release app lock async by @Holymaan in #15
Full Changelog: v2.1.32...v2.1.34
v2.1.31
What's Changed
- ✨feat: Added new method TryGetAcquireLocks and override for ReleaseAppLock method to work with lists. by @Holymaan in #13
New Contributors
Full Changelog: v2.1.30...v2.1.31
Release v2.1.30
Release v2.1.29
✨feat: Definable timeout for App Locks
Release v2.1.28
✨feat: Add Between Method for DateTime Range Filtering in Selector Cl…
Release v2.1.27
Release v2.1.26
Release v2.1.25
🐞fix: Guid formatting in where clauses Fixed Guid formatting in where clauses when using list queries (IN & NOT IN).
Release v2.1.24
🐞fix: LockAsync does not honour transactions ApplicationLock.LockAsync did not pass open transaction to the underlying connections, causing exceptions.