Skip to content

Releases: microfleet/ioredis-lock

v6.0.1

19 Jan 05:50
281ddfc
Compare
Choose a tag to compare

6.0.1 (2025-01-19)

Bug Fixes

  • remove uuid dependency in favor of built-in crypto randomUUID (281ddfc)

v6.0.0

19 Jan 05:48
302116a
Compare
Choose a tag to compare

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

04 Feb 04:58
3201bd5
Compare
Choose a tag to compare

5.1.0 (2022-02-04)

Features

  • add 'jitter' option with a default of 1.2 (444ab09)

v5.0.4

20 Apr 16:31
b0aeb52
Compare
Choose a tag to compare

5.0.4 (2021-04-20)

Bug Fixes

  • return Promise on utility methods (b0aeb52)

v5.0.3

15 Apr 02:42
c288bc5
Compare
Choose a tag to compare

5.0.3 (2021-04-15)

Bug Fixes

v5.0.2

14 Apr 23:06
94683c7
Compare
Choose a tag to compare

5.0.2 (2021-04-14)

Bug Fixes

v5.0.1

14 Apr 21:27
8899174
Compare
Choose a tag to compare

5.0.1 (2021-04-14)

Bug Fixes

  • make _client non-enumerable (8899174)

v5.0.0

14 Apr 21:24
b005dea
Compare
Choose a tag to compare

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

v4.0.0

14 Apr 21:14
89abce9
Compare
Choose a tag to compare
chore: tests