Releases: lukaferlez/Simpleverse.Repository
Releases · lukaferlez/Simpleverse.Repository
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
Release v2.1.30
🐞 fix: Solution file
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
🐛fix: date format
Release v2.1.26
Version bump
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.