Skip to content

Releases: jandelgado/rabtap

v1.39.1

29 Oct 17:01
94435a7
Compare
Choose a tag to compare

What's Changed

v1.38.2

24 Feb 19:48
5a321e1
Compare
Choose a tag to compare

Changelog

v1.38.1

24 Feb 19:13
8460deb
Compare
Choose a tag to compare

Changelog

  • 8460deb Merge pull request #81 from jandelgado/dependabot/go_modules/golang.org/x/net-0.7.0

v1.38

21 Sep 17:48
a9bca81
Compare
Choose a tag to compare
  • new: create exchange-to-exchange bindings with rabtap exchange bind ...
  • new: show exchange-to-exchange bindings in info command
  • fix: drastically improve performance of info command for large topologies with 1000's of queues/connections/channels
  • chg: show channel information in info command with --consumers option
  • chg: improve output of info command (additional attributes)
  • chg: dot output of info command now shows separate vhosts

v1.37

12 Aug 21:44
fcc5581
Compare
Choose a tag to compare

Changelog

  • new: detect and replay messages subscribed from the RabbitMQ FireHose exchange (#74)

v1.36

08 Jun 18:29
63e720e
Compare
Choose a tag to compare
  • chg: use PLAIN auth when both a client certificate and username and
    password is provided (#73)
  • switch to github.com/rabbitmq/amqp091-go amqp lib (#72)

v1.35

28 Nov 18:41
8981f56
Compare
Choose a tag to compare
  • new: new option --idle-timeout=DURATION added to sub and tap commands (#56)
  • improvement: always wait for server notifications after publishing, to be informed on potential problems like publishing to a non existing exchange

v1.34

26 Nov 22:23
140247d
Compare
Choose a tag to compare

Changelog

140247d Pass optional arguments to sub command (#68)

  • new: specify multiple --args=KEY=VALUE options to pass additional arguments
    to the sub command.
  • new: create lazy queue with queue create ... --lazy
  • new: specify queue type to create with queue create ... --queue-type=TYPE
  • new: specify offset with --offset=OFFSET when reading from streams

v1.33

14 Nov 19:52
Compare
Choose a tag to compare

Allow to specify additional arguments using --args=key=value in the queue create and exchange create commands.

v1.32

13 Nov 19:18
054dcea
Compare
Choose a tag to compare

Changelog

054dcea limit number of messages received (#54)