Skip to content

Latest commit

 

History

History
44 lines (17 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

44 lines (17 loc) · 1.6 KB

3.2.9 (2022-08-24)

Bug Fixes

  • swapped dst and src arguments in zstd decode call (e61a842)
  • Use localStorage for memqueue tests instead of Redis for #162 (b2ec9f5)

Features

  • allow set backoff duration for redis scheduler (f6818a8)

3.2.8 (2021-11-18)

Bug Fixes

3.2.7 (2021-10-28)

Bug Fixes

  • redisq: rework tests to use redis client (670be0f)
  • redsiq: call xack inside delete in redsiq (2f6bd74)

3.2.6 (2021-10-11)

Bug Fixes

  • introduce interfaces to allow mocking in tests (6bc8f3b)