Releases: sosnovski/synch
Releases · sosnovski/synch
v1.4.0
What's Changed
- add WaitLockDoWithWaitCtx with additional wait context by @sosnovski in #19
- Update README.md by @sosnovski in #20
- Update README.md by @sosnovski in #21
- update linter and fix linter config by @sosnovski in #23
Full Changelog: v1.3.1...v1.4.0
Fix rece conditions
What's Changed
- Update README.md by @sosnovski in #17
- fix race condition and add unit tests by @sosnovski in #18
Full Changelog: v1.3.0...v1.3.1
Refactoring and improve README
What's Changed
- Refactoring by @sosnovski in #16
- Update README.md by @sosnovski in #15
Full Changelog: v1.2.0...v1.3.0
Added group id
What's Changed
- added group id in lock by @sosnovski in #14
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
What's Changed
- run CI workflow on every push and create tag by @sosnovski in #12
- Implement locker for mariadb by @sosnovski in #13
Full Changelog: v1.0.4...v1.1.0
Debug codecov
What's Changed
- add verbose and flags to codecov action by @sosnovski in #11
Full Changelog: v1.0.3...v1.0.4
Configure CI on Relese
Update doc and CI
What's Changed
- Update README.md by @sosnovski in #4
- Update README.md by @sosnovski in #5
- Update README.md by @sosnovski in #6
- add codecov and fix install go and golangci-lint in CI by @sosnovski in #7
- Update README.md by @sosnovski in #8
- change ci.yml for proper work codecov by @sosnovski in #9
Full Changelog: v1.0.1...v1.0.2
Fix go mod file
Implement distribution locks on top of SQL databases
What's new
- implement locker with sql driver
- implement postgres dialect
- implement mysql dialect
What's Changed
- Init by @sosnovski in #1
- fix badge in readme by @sosnovski in #2
Full Changelog: https://github.com/sosnovski/synch/commits/v1.0.0