All Versions
28
Latest Version
Avg Release Cycle
47 days
Latest Release
671 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.25 Changes
October 30, 2020๐ fixes a problem when the RabbitMQ API consumers API returns unexpected data, which let the
rabtap info
command fail with an error (#48) -
v1.24 Changes
September 28, 2020- ๐ new: TLS client certificate support (#46). Thanks to @fgouteroux !
- ๐ fix: correctly set AMQP headers (#45)
-
v1.23 Changes
April 09, 2020๐ bugfix: avoid endless recursion in
info
command (fixes #42) -
v1.22 Changes
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 Changes
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 Changes
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 Changes
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.18 Changes
July 05, 2019๐ allow colons in exchange names by escaping them, e.g.
exchange\\:with\\:colon
(fixes #13) -
v1.17 Changes
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 Changes
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