Releases: alturkovic/distributed-lock
Releases · alturkovic/distributed-lock
2.1.0
2.0.0
build(distributed-lock): Spring 3 compatibility
1.5.5
- BUGFIX: Add initial refresh delay to avoid calling
refreshimmediately - BUGFIX: Changed default
storeIdtodistributed_lock
1.5.4
- BUGFIX: Do not execute locked method if token is not acquired after all retries
1.5.3
- BUGFIX:
RetriableLockshould returnnullif lock is not acquired after the last retry
1.5.2
- BUGFIX: Use dedicated task scheduler for DistributedLock, avoid trying to override custom default scheduler
1.5.1
BUGFIX: Removed semicolon from SQL statements for PSQL compatibility
1.5.0
- CHANGE: Changed the default SQL table name from
locktodistributed_lockto avoid issues with reserved database keywords
1.4.4
- BUGFIX: No retries will be attempted if
retryortimeoutare zero or negative - BUGFIX: Handle Redis interruptions in Redis locks better
- BUGFIX: SQL script updated in README
1.4.3
- BUGFIX: Use Spring scheduler if enabled instead of overriding
- BUGFIX: Escape
lockkeyword in SQL locks since MySQL uses it as a keyword