2.0.1 (2026-08-05)
Bug Fixes
2.0.0 (2026-07-30)
Features
- release BullMQ v2 with pluggable queue backends (php) (python) (elixir) (e1f86ef)
BREAKING CHANGES
- The deprecated debounce option and Job#debounceId property are removed. Use deduplication and Job#deduplicationId instead.
- The deprecated debounced event is removed. Listen for the deduplicated event instead.
- The paused job state is removed from JobType and from the default Queue#getJobCounts() result. Jobs in a paused queue are represented as waiting.