Update changelog.

main
Vincent Driessen 12 years ago
parent 73b7453e40
commit 89293353d6

@ -1,12 +1,17 @@
### 0.3.8 ### 0.3.8
(not yet released) (not yet released)
- `rqworker` and `rqinfo` have a `--url` argument to connect to a Redis url.
- `rqworker` and `rqinfo` have a `--socket` option to connect to a Redis server - `rqworker` and `rqinfo` have a `--socket` option to connect to a Redis server
through a Unix socket. through a Unix socket.
- `rqworker` reads `SENTRY_DSN` from the environment, unless specifically - `rqworker` reads `SENTRY_DSN` from the environment, unless specifically
provided on the command line. provided on the command line.
- `Queue` has a new API that supports paging `get_jobs(3, 7)`, which will
return at most 7 jobs, starting from the 3rd.
### 0.3.7 ### 0.3.7
(February 26th, 2013) (February 26th, 2013)

Loading…
Cancel
Save