Skip to content

Releases: taskforcesh/bullmq

v1.7.0

02 Mar 20:03
Compare
Choose a tag to compare

1.7.0 (2020-03-02)

Features

v1.6.8

22 Feb 13:45
Compare
Choose a tag to compare

1.6.8 (2020-02-22)

Bug Fixes

  • modified QueueGetters.getJob and Job.fromId to also return null to (65183fc)
  • modified QueueGetters.getJob and Job.fromId to return undefined (ede352b)

v1.6.7

16 Jan 09:16
Compare
Choose a tag to compare

1.6.7 (2020-01-16)

Bug Fixes

  • don't fail a job when the worker already lost the lock (23c0bf7)

v1.6.6

05 Jan 19:02
Compare
Choose a tag to compare

1.6.6 (2020-01-05)

Bug Fixes

  • remove duplicate active entry (1d2cca3)

v1.6.5

05 Jan 16:37
Compare
Choose a tag to compare

1.6.5 (2020-01-05)

Bug Fixes

  • get rid of flushdb/flushall in tests (550c67b)

v1.6.4

05 Jan 14:56
Compare
Choose a tag to compare

1.6.4 (2020-01-05)

Bug Fixes

  • delete logs when cleaning jobs in set (b11c6c7)

v1.6.3

01 Jan 11:32
Compare
Choose a tag to compare

1.6.3 (2020-01-01)

Bug Fixes

v1.6.2

16 Dec 22:32
Compare
Choose a tag to compare

1.6.2 (2019-12-16)

Bug Fixes

  • change default QueueEvents lastEventId to $ (3c5b01d)
  • ensure QE ready before adding test events (fd190f4)
  • explicitly test the behavior of .on and .once (ea11087)

v1.6.1

16 Dec 22:14
Compare
Choose a tag to compare

1.6.1 (2019-12-16)

Bug Fixes

  • check of existing redis instance (dd466b3)

v1.6.0

12 Dec 19:56
Compare
Choose a tag to compare

1.6.0 (2019-12-12)

Features

  • add generic type to job data and return value (87c0531)