File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ History
4
4
5
5
Unreleased
6
6
----------
7
+
8
+ 0.11.0 (2021-11-03)
9
+ -------------------
7
10
* Add command line tools for handling dead-letter messages
8
- * ``zocalo.dlq_check `` checks dead-letter queues for messages
9
- * ``zocalo.dlq_purge `` removes messages from specified DLQs and dumps them to a directory
10
- specified in the Zocalo configuration
11
- * ``zocalo.dlq_reinject `` takes a serialised message produced by ``zocalo.dlq_purge `` and
11
+ * ``zocalo.dlq_check `` checks dead-letter queues for messages
12
+ * ``zocalo.dlq_purge `` removes messages from specified DLQs and dumps them to a directory
13
+ specified in the Zocalo configuration
14
+ * ``zocalo.dlq_reinject `` takes a serialised message produced by ``zocalo.dlq_purge `` and
12
15
places it back on a queue
13
- * Use ``argparse `` for all command line tools and make use of ``workflows `` transport
16
+ * Use ``argparse `` for all command line tools and make use of ``workflows `` transport
14
17
argument injection. Minimum ``workflows `` version is now 2.14
15
18
16
19
0.10.0 (2021-10-04)
You can’t perform that action at this time.
0 commit comments