All Versions
28
Latest Version
Avg Release Cycle
47 days
Latest Release
671 days ago

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 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.
  • v1.21 Changes

    December 14, 2019
    • ๐Ÿ†• 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
  • 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
  • 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
  • v1.16 Changes

    April 03, 2019
    • ๐Ÿ†• new option --by-connection for info command added, making info show connection >
    • ๐Ÿ†• new: prefetch count added to output of info command (on consumer level)