Skip to content

Releases: jandelgado/rabtap

rabtap-v1.7

08 Apr 20:11
Compare
Choose a tag to compare
  • --statistics option in info command now prints also exchange statistics, e.g.
http://localhost:15672/api (broker ver=3.6.9, mgmt ver=3.6.9, cluster=rabbit@c16b04b095b9)
└── Vhost /
    ├── amq.direct (exchange, type 'direct', in=(570, 0.0/s) msg, out=(570, 0.0/s) msg, [D])
    :
  • improved error handling

rabtap-v1.6

02 Apr 08:11
Compare
Choose a tag to compare

Usage improvements (CTRL+C now terminates rabtap when still in connection-setup phase)

rabtap-v1.5

01 Mar 18:07
Compare
Choose a tag to compare

The info command now provides some additonal info like the broker- and management-api version, e.g.

$ ./rabtap-linux-amd64 info --api http://guest:guest@localhost:15672/api
http://localhost:15672/api (broker ver=3.6.10, mgmt ver=3.6.10, cluster=rabbit@1a21c5bf42e1)
└── Vhost /
    ├── amq.direct (exchange, type 'direct' [D])
....

rabtap-v1.4

08 Feb 23:37
Compare
Choose a tag to compare

New Environment Variable NO_COLOR to disable color output.

rabtap-v1.3

15 Jan 11:33
Compare
Choose a tag to compare

This release fixes a problem with the RabbitMQ management API client, which could lead to errors when using the info command.

rabtap-v1.2

29 Dec 00:24
Compare
Choose a tag to compare
  • new command: "sub" (subscribe to queue)
  • new command: "queue" (create/delete/bind)
  • new command: "exchange": (create/delete)
  • new command: "--version"
  • refactorings

rabtap-v1.1

19 Nov 21:20
Compare
Choose a tag to compare
  • Interface: send command renamed to pub (publish), to be consistent with upcoming sub command
  • refactorings

initial release

13 Nov 23:58
Compare
Choose a tag to compare

Initial rabtap release - have fun.