Skip to content

Commit 71fed47

Browse files
committed
Bump version to 2.12
1 parent 688a72d commit 71fed47

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

‎CHANGES.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* `Worker.handle_job_success()` now requires an `execution` argument, a breaking change for subclasses that override or call this method. Thanks @selwin!
66
* RQ now disables propagation on loggers it configures itself to prevent double logging when applications configure logging afterwards. Thanks @selwin!
77

8+
### RQ 2.12.0 (2026-08-30)
9+
* Added `CronJobRegistry` so cron job histories can be monitored without an active `CronScheduler`. Thanks @selwin!
10+
* `CronScheduler.heartbeat()` now re-creates its Redis hash if they expire. Thanks @selwin!
11+
812
### RQ 2.11.0 (2026-08-17)
913
* `CronJob` now keeps a history of jobs it created, accessible via `cron_job.get_job_ids()`. Thanks @selwin!
1014
* `RQScheduler` now acquire and refresh locks before enqueueing. Thanks @selwin!

‎rq/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.11.0'
1+
VERSION = '2.12.0'

0 commit comments

Comments
 (0)