Releases: OptimalBits/bull
Releases · OptimalBits/bull
v4.3.0
4.3.0 (2022-01-26)
Features
- upgrade cron version enabling new cron expressions (79337a3)
v4.2.1
4.2.1 (2022-01-17)
Bug Fixes
- sandbox: exit if uncaughtException (43dc2e6)
v4.2.0
4.2.0 (2021-12-21)
Features
- queue: enabled queues to share childPool instance (#2237) (16fdbe9)
v4.1.4
4.1.4 (2021-12-14)
Bug Fixes
- queue: check redisOptions is available fixes #2186 (071c51d)
v4.1.3
4.1.3 (2021-12-14)
Bug Fixes
v4.1.2
4.1.2 (2021-12-14)
Performance Improvements
- speed up performance of queue.clean when called with a limit (#2205) (c20e469)
v4.1.1
4.1.1 (2021-11-16)
Bug Fixes
v4.1.0
4.1.0 (2021-10-31)
Features
- emit event on job lock extend failure (7247b3b)
v4.0.0
4.0.0 (2021-10-27)
Bug Fixes
- force options to guarantee correct reconnects (3ade8e6)
BREAKING CHANGES
- If redis opts are missing:
{ maxRetriesPerRequest: null,
enableReadyCheck: false }
then a exception will be thrown.
v3.29.3
3.29.3 (2021-10-13)
Bug Fixes
- name-processors: wait for all processors when closing fixes #1618 (79ce013)