summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2017-04-29 21:18:21 +0700
committerSelwin Ong <selwin.ong@gmail.com>2017-04-29 21:18:21 +0700
commitfe84828d72b62bbd6449f01995243c04be64439e (patch)
tree480b9c042204608ec6ceabc97f66973356cca54f /CHANGES.md
parentdc45ab8799fa2b09a4b5b339943f4102b3fca2f6 (diff)
downloadrq-fe84828d72b62bbd6449f01995243c04be64439e.tar.gz
Bump up version to 0.8.0 and updated changelog.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 865e3b8..d7c34e8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,16 @@
+### 0.8.0 (Unreleased)
+
+- Refactored APIs to allow custom `Connection`, `Job`, `Worker` and `Queue` classes via CLI. Thanks @jezdez!
+- `job.delete()` now properly cleans itself from job registries. Thanks @selwin!
+- `Worker` should no longer overwrite `job.meta`. Thanks @WeatherGod!
+- Added Redis Sentinel support. Thanks @strawposter!
+- Make `Worker.find_by_key()` more efficient. Thanks @selwin!
+- You can now specify job `timeout` using strings such as `queue.enqueue(foo, timeout='1m')`. Thanks @luojiebin!
+- Better unicode handling. Thanks @myme5261314 and @jaywink!
+- Sentry should default to HTTP transport. Thanks @Atala!
+- Improve `HerokuWorker` termination logic. Thanks @samuelcolvin!
+
+
### 0.7.1
- Fixes a bug that prevents fetching jobs from `FailedQueue` (#765). Thanks @jsurloppe!