summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2022-07-31 17:00:37 +0700
committerSelwin Ong <selwin.ong@gmail.com>2022-07-31 17:00:37 +0700
commit98c200d07ab23e31843284507b7004e45b5b5b46 (patch)
tree7f72ff3c3d6c48906cd8300082e93639337ec37a /CHANGES.md
parentc0bb0ba4e684120a32d7e198fc548fcdeb0a0f3e (diff)
downloadrq-98c200d07ab23e31843284507b7004e45b5b5b46.tar.gz
Bump version to 1.11.0v1.11
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0058d8c..20f8c1c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,5 @@
### RQ 1.11 (2022-07-31)
+* This will be the last RQ version that supports Python 3.5.
* Allow jobs to be enqueued even when their dependencies fail via `Dependency(allow_failure=True)`. Thanks @mattchan-tencent, @caffeinatedMike and @selwin!
* When stopped jobs are deleted, they should also be removed from FailedJobRegistry. Thanks @selwin!
* `job.requeue()` now supports `at_front()` argument. Thanks @buroa!