Releases: taskforcesh/bullmq
Releases · taskforcesh/bullmq
v5.29.0
5.29.0 (2024-11-22)
Features
- queue: refactor a protected addJob method allowing telemetry extensions (09f2571)
v5.28.2
5.28.2 (2024-11-22)
Bug Fixes
- queue: change _jobScheduler from private to protected for extension (#2920) (34c2348)
v5.28.1
5.28.1 (2024-11-20)
Bug Fixes
- scheduler: use Job class from getter for extension (#2917) (5fbb075)
v5.28.0
5.28.0 (2024-11-19)
Features
- job-scheduler: add telemetry support to the job scheduler (72ea950)
v5.27.0
5.27.0 (2024-11-19)
Features
Performance Improvements
- marker: add base markers while consuming jobs to get workers busy (#2904) fixes #2842 (1759c8b)
v5.26.2
5.26.2 (2024-11-15)
Bug Fixes
- telemetry: do not set span on parent context if undefined (c417a23)
v5.26.1
5.26.1 (2024-11-14)
Bug Fixes
- queue: fix generics to be able to properly be extended (f2495e5)
v5.26.0
5.26.0 (2024-11-14)
Features
- improve queue getters to use generic job type (#2905) (c9531ec)
v5.25.6
5.25.6 (2024-11-11)
Bug Fixes
- job-scheculer: avoid hazards when upserting job schedulers concurrently (022f7b7)
v5.25.5
5.25.5 (2024-11-11)
Bug Fixes
- connection: do not allow to set blockingConnection option (#2851) (9391cc2)