Skip to content

Commit 279aeae

Browse files
committed
uprev and update history
1 parent 1d56a69 commit 279aeae

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
History
44
-------
55

6+
v0.20 (2021-04-26)
7+
..................
8+
9+
* Added ``queue_name`` attribute to ``JobResult``, #198
10+
* set ``job_deserializer``, ``job_serializer`` and ``default_queue_name`` on worker pools to better supported
11+
nested jobs, #203, #215 and #218
12+
* All job results to be kept indefinitely, #205
13+
* refactor ``cron`` jobs to prevent duplicate jobs, #200
14+
* correctly handle ``CancelledError`` in python 3.8+, #213
15+
* allow jobs to be aborted, #212
16+
* depreciate ``pole_delay`` and use correct spelling ``poll_delay``, #242
17+
* docs improvements, #207 and #232
18+
619
v0.19.1 (2020-10-26)
720
....................
821

arq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ('VERSION',)
22

3-
VERSION = '0.19.1'
3+
VERSION = '0.20'

0 commit comments

Comments
 (0)