Releases: microfleet/ioredis-lock
Releases · microfleet/ioredis-lock
v6.0.1
6.0.1 (2025-01-19)
Bug Fixes
- remove uuid dependency in favor of built-in crypto randomUUID (281ddfc)
v6.0.0
6.0.0 (2025-01-19)
Features
BREAKING CHANGES
-
ioredis@5 is now supported by default, removed bluebird. Module now uses ESM format, but doesn't use async load and node should be able to load it if need be with recent versions even in cjs
-
feat: uses ioredis 5 and ESM
-
chore: update readme
v5.1.0
5.1.0 (2022-02-04)
Features
- add 'jitter' option with a default of 1.2 (444ab09)
v5.0.4
5.0.4 (2021-04-20)
Bug Fixes
- return Promise on utility methods (b0aeb52)
v5.0.3
5.0.3 (2021-04-15)
Bug Fixes
v5.0.2
5.0.2 (2021-04-14)
Bug Fixes
v5.0.1
5.0.1 (2021-04-14)
Bug Fixes
- make _client non-enumerable (8899174)
v5.0.0
5.0.0 (2021-04-14)
Features
- move to typescript, remove callback support (b8cfe8b)
BREAKING CHANGES
- now distributed as @microfleet/ioredis-lock, rewritten into typescript