Skip to content

Releases: sosnovski/synch

v1.4.0

25 Sep 14:55
a7ecb30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

Fix rece conditions

06 Sep 08:30
42a6bbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Refactoring and improve README

05 Sep 21:44
6faff6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Added group id

05 Sep 21:24
6c43db4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

If you were previously using a version below currentv1.2.0, you probably need to recreate the table using automigration and specify a new table name, for example {old_table_name}_v2

Add MiriaDB dialect for SQL Locker driver

05 Sep 15:27
08c1f2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.1.0

Debug codecov

05 Sep 11:10
94d4476
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Configure CI on Relese

05 Sep 09:24
5a3c6a5
Compare
Choose a tag to compare

What's Changed

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

Update doc and CI

05 Sep 08:51
fb56554
Compare
Choose a tag to compare

What's Changed

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

Fix go mod file

04 Sep 18:53
ad8d5ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Implement distribution locks on top of SQL databases

04 Sep 18:46
e525b8b
Compare
Choose a tag to compare

What's new

  • implement locker with sql driver
  • implement postgres dialect
  • implement mysql dialect

What's Changed

Full Changelog: https://github.com/sosnovski/synch/commits/v1.0.0