We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d56a69 commit 279aeaeCopy full SHA for 279aeae
HISTORY.rst
@@ -3,6 +3,19 @@
3
History
4
-------
5
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
19
v0.19.1 (2020-10-26)
20
....................
21
arq/version.py
@@ -1,3 +1,3 @@
1
__all__ = ('VERSION',)
2
-VERSION = '0.19.1'
+VERSION = '0.20'
0 commit comments