All Versions
18
Latest Version
Avg Release Cycle
53 days
Latest Release
118 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.24
September 28, 2020- ๐ new: TLS client certificate support (#46). Thanks to @fgouteroux !
- ๐ fix: correctly set AMQP headers (#45)
-
v1.22
January 28, 2020- The
pub
command now allows ialso to replay messages from a direcory previously recorded. The pub command also honors the recorded timestamps and delays the messages during replay. The signature of of thepub
command was changed (see README.md). Note that the exchange is now optional and will be taken from the message metadata that is published.
- The
-
v1.21
December 14, 2019- ๐ new option:
--format FORMAT
which controls output format intap
,
subscribe
commands.--format json
is equivalent to--json
, which is
๐ now deprecated - ๐ new output format:
--format json-nopp
which is not-pretty-printed JSON in
tap
andsubscribe
commands (#31) - ๐ new option
--silent
for commandstap
andsubscribe
which suppresses
message output to stdout (#11) - ๐ short
-o
option for the info command--omit-empty
is no longer supported - โ
uniformly name test files
*_test.go
to improve external tool discoverbility
- ๐ new option:
-
v1.20
August 30, 2019- ๐ fix: avoid blocking write during tap, subscribe which can lead to ctrl+c to not work when e.g. ctrl+s is pressed during tap or subscribe.
- โป๏ธ refactorings
-
v1.19
August 03, 2019- ๐ new option
--no-auto-ack
for sub command disables auto acknowledge when messages are received by rabtap (#15) - ๐ new: output of info command can now also be rendered to dot format, to create a visualization using graphviz. Set format with
--format=dot
, e.g.rabtap info --format=dot
(#23) - ๐ fix: termination with ctrl+c in tap, pub, sub commands now works reliably (#22)
- ๐ change: option
--by-connection
of info command changed to--mode=byConnection
- heaviliy simplified code
- ๐ new option
-
v1.17
June 13, 2019- Timestamp when message was received by rabtap now stored in JSON format
in
XRabtapReceivedTimestamp
field. - Simplified code
- Timestamp when message was received by rabtap now stored in JSON format
in
-
v1.16
April 03, 2019- ๐ new option
--by-connection
for info command added, makinginfo
show connection > - ๐ new: prefetch count added to output of
info
command (on consumer level)
- ๐ new option