Skip to content

Releases: OptimalBits/bull

v4.3.0

26 Jan 08:13
Compare
Choose a tag to compare

4.3.0 (2022-01-26)

Features

  • upgrade cron version enabling new cron expressions (79337a3)

v4.2.1

17 Jan 03:19
Compare
Choose a tag to compare

4.2.1 (2022-01-17)

Bug Fixes

  • sandbox: exit if uncaughtException (43dc2e6)

v4.2.0

21 Dec 06:35
Compare
Choose a tag to compare

4.2.0 (2021-12-21)

Features

  • queue: enabled queues to share childPool instance (#2237) (16fdbe9)

v4.1.4

14 Dec 05:04
Compare
Choose a tag to compare

4.1.4 (2021-12-14)

Bug Fixes

  • queue: check redisOptions is available fixes #2186 (071c51d)

v4.1.3

14 Dec 05:03
Compare
Choose a tag to compare

4.1.3 (2021-12-14)

Bug Fixes

v4.1.2

14 Dec 05:02
Compare
Choose a tag to compare

4.1.2 (2021-12-14)

Performance Improvements

  • speed up performance of queue.clean when called with a limit (#2205) (c20e469)

v4.1.1

16 Nov 08:22
Compare
Choose a tag to compare

4.1.1 (2021-11-16)

Bug Fixes

v4.1.0

31 Oct 11:10
Compare
Choose a tag to compare

4.1.0 (2021-10-31)

Features

  • emit event on job lock extend failure (7247b3b)

v4.0.0

27 Oct 10:43
Compare
Choose a tag to compare

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

13 Oct 05:36
Compare
Choose a tag to compare

3.29.3 (2021-10-13)

Bug Fixes

  • name-processors: wait for all processors when closing fixes #1618 (79ce013)