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
refresh
immediately - BUGFIX: Changed default
storeId
todistributed_lock
1.5.4
- BUGFIX: Do not execute locked method if token is not acquired after all retries
1.5.3
- BUGFIX:
RetriableLock
should returnnull
if 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
lock
todistributed_lock
to avoid issues with reserved database keywords
1.4.4
- BUGFIX: No retries will be attempted if
retry
ortimeout
are 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
lock
keyword in SQL locks since MySQL uses it as a keyword