Skip to content

Releases: taskforcesh/bullmq

v4.18.2

24 Oct 08:28
Compare
Choose a tag to compare

4.18.2 (2024-10-24)

Bug Fixes

  • proper way to get version (1a433d2)

v3.16.2

24 Oct 12:24
Compare
Choose a tag to compare

3.16.2 (2024-10-24)

Bug Fixes

  • proper way to get version (cef204b)

vpy2.10.0

24 Oct 01:26
Compare
Choose a tag to compare

Feature

  • job: Add getChildrenValues method [python] (#2853) (0f25213)
  • queue: Add option to skip metas update (b7dd925)
  • queue: Add queue version support (#2822) (3a4781b)
  • repeat: Deprecate immediately on job scheduler (ed047f7)
  • job: Expose priority value (#2804) (9abec3d)
  • job: Add deduplication logic (#2796) (0a4982d)
  • queue: Add new upsertJobScheduler, getJobSchedulers and removeJobSchedulers methods (dd6b6b2)
  • worker-fork: Allow passing fork options (#2795) (f7a4292)
  • worker-thread: Allow passing Worker options (#2791) ref #1555 (6a1f7a9)
  • queue: Add getDebounceJobId method (#2717) (a68ead9)

Fix

  • Proper way to get version (b4e25c1)
  • scripts: Add missing wait in isJobInList (9ef865c)
  • redis: Use version for naming loaded lua scripts (fe73f6d)
  • sandbox: Fix serialization of error with circular references are present (#2815) fix #2813 (a384d92)
  • repeat: Also consider startDate when using "every" (25bbaa8)
  • sandbox: Catch exit errors (#2800) (6babb9e)
  • repeatable: Avoid delayed job deletion if next job already existed (#2778) (6a851c1)
  • connection: Allow passing connection string into IORedis (#2746) (73005e8)

Documentation

  • bullmq-pro: Update changelog to v7.17.2 (#2856) (a615c6d)
  • connection: Fix broken link to commonRedisOptions keyPrefix (#2843) (d1eb1bb)
  • Min instead of max in attempts made or truncate in custom backoff (#2830) (9307fef)
  • bullmq-pro: Update changelog to v7.19.0 (#2821) (3980e75)
  • worker: Correct typings on event failed (#2818) (4b80451)
  • flows: Add missing word in flows guide (#2788) (4cbfb8d)
  • readme: Replace gitter with slack (#2784) (50178ec)
  • queue: Update clean tsdoc description (#2781) (6e9c5be)
  • pro: Update changelog to v7.16.0 (#2779) (c8cafe6)
  • groups: Add warning when local concurrency is set (#2762) (f6546fb)

v5.21.2

22 Oct 06:48
Compare
Choose a tag to compare

5.21.2 (2024-10-22)

Bug Fixes

  • proper way to get version (b4e25c1)

v4.18.1

19 Oct 09:21
Compare
Choose a tag to compare

4.18.1 (2024-10-19)

Bug Fixes

  • use-versions-for-lua-commands (b0a216d)

v3.16.1

19 Oct 09:21
Compare
Choose a tag to compare

3.16.1 (2024-10-19)

Bug Fixes

  • use-versions-for-lua-commands (9ea19b7)

v5.21.1

18 Oct 12:58
Compare
Choose a tag to compare

5.21.1 (2024-10-18)

Bug Fixes

  • scripts: add missing wait in isJobInList (9ef865c)

v5.21.0

18 Oct 08:13
Compare
Choose a tag to compare

5.21.0 (2024-10-18)

Features

  • queue: add option to skip metas update (b7dd925)

v5.20.1

18 Oct 06:30
Compare
Choose a tag to compare

5.20.1 (2024-10-18)

Bug Fixes

  • redis: use version for naming loaded lua scripts (fe73f6d)

v3.16.0

15 Oct 09:19
Compare
Choose a tag to compare

3.16.0 (2024-10-15)

Features