Skip to content

Commit

Permalink
uprev and update history
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 26, 2021
1 parent 1d56a69 commit 279aeae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
History
-------

v0.20 (2021-04-26)
..................

* Added ``queue_name`` attribute to ``JobResult``, #198
* set ``job_deserializer``, ``job_serializer`` and ``default_queue_name`` on worker pools to better supported
nested jobs, #203, #215 and #218
* All job results to be kept indefinitely, #205
* refactor ``cron`` jobs to prevent duplicate jobs, #200
* correctly handle ``CancelledError`` in python 3.8+, #213
* allow jobs to be aborted, #212
* depreciate ``pole_delay`` and use correct spelling ``poll_delay``, #242
* docs improvements, #207 and #232

v0.19.1 (2020-10-26)
....................

Expand Down
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__all__ = ('VERSION',)

VERSION = '0.19.1'
VERSION = '0.20'

0 comments on commit 279aeae

Please sign in to comment.