summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2019-12-16 17:56:05 +0700
committerSelwin Ong <selwin.ong@gmail.com>2019-12-16 17:56:05 +0700
commita407bcfe36d9b22f7d7118f521e4cb247fb38e38 (patch)
treefee519aa5079640a6996e278fab9162727831d56
parent5bb5fda1a6a2ac35ef4902bf311b0fc5dbfd3cf5 (diff)
downloadrq-a407bcfe36d9b22f7d7118f521e4cb247fb38e38.tar.gz
Updated changelog
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 95c16c4..0bc7ab4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+### RQ 1.1.0 (Unreleased)
+* Various internal API changes in preparation to support multiple job dependencies. Thanks @thomasmatecki!
+* `--verbose` or `--quiet` CLI arguments should override `--logging-level`. Thanks @zyt312074545!
+* Fixes a bug in `rq info` where it doesn't show workers for empty queues. Thanks @zyt312074545!
+* Fixed `queue.enqueue_dependents()` on custom `Queue` classes. Thanks @van-ess0!
+* `RQ` and Python versions are now stored in job metadata. Thanks @eoranged!
+* Added `failure_ttl` argument to job decorator. Thanks @pax0r!
+
### RQ 1.1.0 (2019-07-20)
- Added `max_jobs` to `Worker.work` and `--max-jobs` to `rq worker` CLI. Thanks @perobertson!