Skip to content

Commit 5f070ee

Browse files
committed
amend changelog
1 parent 6bbcbce commit 5f070ee

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

HISTORY.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ History
44

55
Unreleased
66
----------
7+
8+
0.11.0 (2021-11-03)
9+
-------------------
710
* 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
1215
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
1417
argument injection. Minimum ``workflows`` version is now 2.14
1518

1619
0.10.0 (2021-10-04)

0 commit comments

Comments
 (0)