Releases: jandelgado/rabtap
Releases · jandelgado/rabtap
v1.37
v1.36
v1.35
v1.34
Changelog
140247d Pass optional arguments to sub command (#68)
- new: specify multiple
--args=KEY=VALUE
options to pass additional arguments
to thesub
command. - new: create lazy queue with
queue create ... --lazy
- new: specify queue type to create with
queue create ... --queue-type=TYPE
- new: specify offset with
--offset=OFFSET
when reading from streams
v1.33
Allow to specify additional arguments using --args=key=value
in the queue create
and exchange create
commands.
v1.32
v1.31
show queue type and consumer utilisation in info
command
Release v1.30
Header based routing is now supported. The command pub
, queue bind
and queue unbind
now allow the optional specification of header key-value pairs used in header based routing.
Release v1.29
new: add a docker image (ghcr.io/jandelgado/rabtap)
Release v1.28
- fix: do not print messages to stdout in parallel, which can result in garbled
output when the queue is filled up and messages are read at high frequency. - new: listen for channel errors and print an error when a message is e.g.
published to a non-existing exchange. - new:
--confirms
option forpub
command: wait for publisher confirmations
from the server and log an error if a confirmation is negative or not
received. - new:
--mandatory
option forpub
command: publish message with mandatory
flag set. If set and a message can not be delivered to a queue, the server
returns the message and rabtap will log error when the returned message
is received (e.g. unroutable messages) - new: listen for channel close events messages by the broker (e.g. when
publishing to an non-existant exchange) - improved logging capabilities while reducing dependencies