Skip to content

Commit 4f2dfaf

Browse files
authored
Release 322 (#757)
* Changed `timeout` argument to `job_timeout` when scheduling cron jobs (#737) * Bump version to 2.6.1 * get_statistics() should not mutate connection_kwargs * Bump version to 3.2.2
1 parent 3b5cda3 commit 4f2dfaf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 3.2.2 (2025-12-24)
2+
* `get_statistics()` should not mutate `connection_kwargs`. Thanks @selwin!
3+
4+
### Version 3.2.1 (2025-11-24)
5+
* Changed `CronJob` argument from `timeout` to `job_timeout` to match RQ's implementation. Thanks @selwin!
6+
17
### Version 3.2 (2025-11-22)
28
* Added support for RQ's new `CronScheduler`. Thanks @selwin!
39
* You can now run tests using pytest. Thanks @selwin!

django_rq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.2.0"
1+
__version__ = "3.2.2"
22

33
from .connection_utils import get_connection
44
from .decorators import job

0 commit comments

Comments
 (0)