Skip to content

Releases: jandelgado/rabtap

Release v1.27

28 Mar 19:27
fab387c
Compare
Choose a tag to compare

allow RabbitMQ http API requests to be cancelled by ctrl+c

Release v1.26

28 Mar 15:26
7c66bc1
Compare
Choose a tag to compare
  • fixes authentication with client certificates and adds basic (m)TLS integration tests
  • minor fixes to the documentation (examples)
  • switched to github actions (from travis)

Release v1.25

05 Nov 20:17
2ff03d3
Compare
Choose a tag to compare

fixes a problem when the RabbitMQ API consumers API returns unexpected data, which let the rabtap info command fail with an error (#48)

Release v1.24

07 Oct 21:08
33403f6
Compare
Choose a tag to compare
  • new: TLS client certificate support (#46). Thanks to @fgouteroux !
  • fix: correctly set AMQP headers (#45)

Release v1.23

10 Apr 13:28
aa06467
Compare
Choose a tag to compare

bugfix: avoid endless recursion in info command (fixes #42)

Release v1.22

28 Jan 18:27
1fdeb0d
Compare
Choose a tag to compare

The pub command now allows also to replay messages from a directory previously recorded. The pub command also honors the recorded timestamps and delays the messages during replay. The signature of the pub command was changed (see README.md). Note that the exchange is now optional and will be taken
from the message metadata that is published.

Release v1.21

30 Dec 13:02
0161500
Compare
Choose a tag to compare
  • new option: --format FORMAT which controls output format in tap,
    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 and subscribe commands (#31)
  • new option --silent for commands tap and subscribe 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

Release v1.20

30 Aug 21:12
da621cb
Compare
Choose a tag to compare

Fixed termination issues. See CHANGELOG.md for details.

Rabtap v1.19

18 Aug 19:43
4b5dcc6
Compare
Choose a tag to compare
  • 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

Rabtap v1.18

05 Jul 12:47
30335ac
Compare
Choose a tag to compare

allow colons in exchange names by escaping them, e.g. exchange\\:with\\:colon (fixes #13)