Skip to content

Releases: lukaferlez/Simpleverse.Repository

v2.1.35

01 Apr 17:28

Choose a tag to compare

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

02 Mar 09:50

Choose a tag to compare

What's Changed

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

v2.1.31

03 Sep 13:24

Choose a tag to compare

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

29 Aug 14:25

Choose a tag to compare

🐞 fix: Solution file

Release v2.1.29

28 Aug 13:48

Choose a tag to compare

✨feat: Definable timeout for App Locks

Release v2.1.28

22 Jul 14:06
3e1a4c4

Choose a tag to compare

✨feat: Add Between Method for DateTime Range Filtering in Selector Cl…

Release v2.1.27

06 Jun 08:54

Choose a tag to compare

🐛fix: date format

Release v2.1.26

05 Jun 19:33

Choose a tag to compare

Version bump

Release v2.1.25

17 Jan 12:07

Choose a tag to compare

🐞fix: Guid formatting in where clauses

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

Release v2.1.24

25 Nov 12:09

Choose a tag to compare

🐞fix: LockAsync does not honour transactions

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