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

Changelog History
Page 1

  • v1.35 Changes

    November 27, 2021
    • ๐Ÿ†• new: new option --idle-timeout=DURATION added to sub and tap commands
    • chg: always wait for server notifications after pubishing, to be informed on potential problems like publishing to a non existing exchange
  • v1.34 Changes

    November 24, 2021
    • ๐Ÿ†• 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 Changes

    November 14, 2021
    • ๐Ÿ†• new: specify multiple --args=KEY=VALUE options to pass additional arguments to the queue and exchange commands.
  • v1.32 Changes

    November 13, 2021
    • ๐Ÿ†• new: --limit=NUM option in sub and tap command to limit the number of messages to receive.
    • ๐Ÿ”„ change: --no-auto-ack option in sub command was replaced by options --reject and --requeue. Prefetch count is now 1 and by default every message will be acknowledged by rabtap.
  • v1.31 Changes

    November 07, 2021
    • ๐Ÿ†• new: show queue utilisation and type (e.g. classic, quorum, stream) to info command
    • ๐Ÿ†• new: build rabtap for more targets using goreleaser
  • v1.30 Changes

    October 13, 2021
    • ๐Ÿ†• new: support header based routing (pub, queue bind, queue unbind)
  • v1.29 Changes

    September 15, 2021
    • ๐Ÿ†• new: add a docker image (ghcr.io/jandelgado/rabtap)
  • v1.28 Changes

    August 26, 2021
    • ๐Ÿ›  fix: do not print messages to stdout in parallel, which can result in garbled output when the queue is filled up and messages are read at high frequency.
    • ๐Ÿ†• new: listen for channel errors and print an error when a message is e.g. published to a non-existing exchange.
    • ๐Ÿ†• new: --confirms option for pub command: wait for publisher confirmations from the server and log an error if a confirmation is negative or not received.
    • ๐Ÿ†• new: --mandatory option for pub command: publish message with mandatory flag set. If set and a message can not be delivered to a queue, the server returns the message and rabtap will log error when the returned message is received (e.g. unroutable messages)
    • ๐Ÿ†• new: listen for channel close events messages by the broker (e.g. when publishing to an non-existant exchange)
    • ๐Ÿ‘Œ improved logging capabilities while reducing dependencies
  • v1.27 Changes

    March 28, 2021
    • ๐Ÿ†• new: info and close commands are can now be cancelled by SIGTERM
  • v1.26 Changes

    March 26, 2021
    • ๐Ÿ›  fix: make client certificate auth work. This implements a workaround until https://github.com/streadway/amqp/pull/121 gets merged (#51)
    • โฌ‡๏ธ drop travis-ci, using github-actions now (#49)