Changelogs
Source URL: https://docs.bullmq.io/elixir/changelog
Changelogs
Section titled “Changelogs”1.2.6 (2026-02-11)
Section titled “1.2.6 (2026-02-11)”Bug Fixes
Section titled “Bug Fixes”1.2.5 (2026-01-27)
Section titled “1.2.5 (2026-01-27)”Bug Fixes
Section titled “Bug Fixes”1.2.4 (2026-01-24)
Section titled “1.2.4 (2026-01-24)”Bug Fixes
Section titled “Bug Fixes”1.2.3 (2026-01-22)
Section titled “1.2.3 (2026-01-22)”Performance Improvements
Section titled “Performance Improvements”1.2.2 (2026-01-14)
Section titled “1.2.2 (2026-01-14)”Bug Fixes
Section titled “Bug Fixes”1.2.1 (2026-01-14)
Section titled “1.2.1 (2026-01-14)”Bug Fixes
Section titled “Bug Fixes”1.2.0 (2025-12-31)
Section titled “1.2.0 (2025-12-31)”Features
Section titled “Features”1.1.0 (2025-12-14)
Section titled “1.1.0 (2025-12-14)”Features
Section titled “Features”1.0.1 (2025-12-11)
Section titled “1.0.1 (2025-12-11)”Bug Fixes
Section titled “Bug Fixes”1.0.0 (2025-12-04)
Section titled “1.0.0 (2025-12-04)”Features
Section titled “Features”- Initial release of BullMQ for Elixir (976734f)
- Core queue functionality (
BullMQ.Queue)- Add jobs with
add/3andadd_bulk/3 - Pause and resume queues
- Get job by ID
- Drain and obliterate queues
- Add jobs with
- Worker implementation (
BullMQ.Worker)- Configurable concurrency
- Automatic lock renewal
- Graceful shutdown
- Rate limiting support
- Job features (
BullMQ.Job)- Priority queues
- Delayed jobs
- Automatic retries with backoff
- Progress tracking
- Custom job IDs
- Backoff strategies (
BullMQ.Backoff)- Fixed backoff
- Exponential backoff
- Custom backoff functions
- Jitter support
- Rate limiting (
BullMQ.RateLimiter)- Queue-level rate limits
- Group-based rate limits
- Manual rate limit triggering
- Job scheduling (
BullMQ.JobScheduler)- Cron-based scheduling
- Interval-based scheduling
- Scheduler management (upsert, remove, list)
- Flow producer (
BullMQ.FlowProducer)- Parent-child job dependencies
- Nested flows
- Bulk flow creation
- Stalled job detection (
BullMQ.StalledChecker)- Automatic recovery
- Configurable stall limits
- Event streaming (
BullMQ.QueueEvents)- Real-time job lifecycle events
- Event filtering
- Telemetry integration (
BullMQ.Telemetry)- Job lifecycle events
- Worker events
- Rate limit events
- Span-based tracing
- Configuration validation (
BullMQ.Config)- NimbleOptions-based schemas
- Queue, worker, and connection validation
- Redis key management (
BullMQ.Keys)- Consistent key naming
- Configurable prefix
- Lua script execution (
BullMQ.Scripts)- Atomic operations
- SHA caching
- Fallback to EVAL
- Redis connection pooling (
BullMQ.RedisConnection)- NimblePool-based pooling
- Configurable pool size
- Comprehensive documentation
- Getting started guide
- Job options reference
- Worker configuration
- Rate limiting guide
- Flow patterns
- Telemetry setup
- Test suite
- Unit tests for all modules
- Integration tests (requires Redis)
Compatibility
Section titled “Compatibility”- Compatible with Node.js BullMQ v5.x
- Requires Elixir 1.15+
- Requires Erlang/OTP 26+
- Requires Redis 6.0+