Skip to content

Releases: coditory/sherlock-distributed-lock

v1.0.3

11 Jan 18:19
Compare
Choose a tag to compare

What's Changed

  • Support suspended functions in migrator by @ogesaku in #241

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Jan 14:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

31 Mar 07:05
1e05afe
Compare
Choose a tag to compare
Update deps

v1.0.0

30 Mar 21:08
Compare
Choose a tag to compare

Complete redesign. The most significant changes:

  • Added support for kotlin coroutines
  • Added support for reactive SQL connectors
  • Added Migrator to all APIs
  • Simplified dependencies
  • Auto-commit in SQL connectors

v0.4.19

05 Feb 18:05
cd98ca8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.18...v0.4.19

v0.4.18

18 Jan 01:59
e96f023
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.17...v0.4.18

v0.4.17

05 Dec 18:40
161c776
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.16...v0.4.17

v0.4.16

02 Nov 21:21
e9553f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.15...v0.4.16

v0.4.15

11 Sep 07:53
32b3ab7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.14...v0.4.15

Release v0.4.14

27 Dec 15:57
Compare
Choose a tag to compare

Changed

  • Drop semicolons from SQL queries for compatibility with Oracle #65
  • Update dependencies