Skip to content

Releases: lukaferlez/Simpleverse.Repository

v2.1.35

Choose a tag to compare

@lukaferlez lukaferlez released this 01 Apr 17:28

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

Choose a tag to compare

@lukaferlez lukaferlez released this 02 Mar 09:50

What's Changed

Full Changelog: v2.1.32...v2.1.34

v2.1.31

Choose a tag to compare

@lukaferlez lukaferlez released this 03 Sep 13:24

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

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:25
🐞 fix: Solution file

Release v2.1.29

Choose a tag to compare

@github-actions github-actions released this 28 Aug 13:48
✨feat: Definable timeout for App Locks

Release v2.1.28

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:06
3e1a4c4
✨feat: Add Between Method for DateTime Range Filtering in Selector Cl…

Release v2.1.27

Choose a tag to compare

@github-actions github-actions released this 06 Jun 08:54
🐛fix: date format

Release v2.1.26

Choose a tag to compare

@github-actions github-actions released this 05 Jun 19:33
Version bump

Release v2.1.25

Choose a tag to compare

@github-actions github-actions released this 17 Jan 12:07
🐞fix: Guid formatting in where clauses

Fixed Guid formatting in where clauses when using list queries (IN & NOT IN).

Release v2.1.24

Choose a tag to compare

@github-actions github-actions released this 25 Nov 12:09
🐞fix: LockAsync does not honour transactions

ApplicationLock.LockAsync did not pass open transaction to the underlying
connections, causing exceptions.