Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 1.51 KB

Change log

Upcoming

v0.7.1 (2024-01-26)

  • Update the RabbitMQ library to v1.9.0.
  • Release binaries for arm64.

v0.7 (2021-12-27)

  • Allow -max-messages=0 to dump all the messages from the queue - from @ReallyLiri
  • Update the RabbitMQ library to v1.2.0.

v0.6 (2021-08-08)

v0.5 (2020-02-09)

  • Add exchange and routing_key to properties of messages routed through an exchange - from @devployment

v0.4 (2019-10-07)

  • Print an error when there are unused arguments on the command-line.
  • Add -ack option to acknowledge the received messages and therefore to remove them from the queue - from @msteggink.
  • Use native Go modules (need Go 1.13) to handle dependencies instead of using git submodules.
  • Drop Intel 32-bit 386 binaries during an official release.

v0.3 (2016-11-01)

  • Add system tests against a local RabbitMQ server.
  • Add -insecure-tls option to skip verification of the RabbitMQ's TLS certificates; as the name hints, this is NOT SECURE.

v0.2 (2016-07-01)

  • Add -full option to dump the message header and properties into msg-NNNN-headers+properties.json files - from @sshaw.
  • README clarifications - from @kruppel.
  • Add amqp package is vendored using git submodule.

v0.1 (2014-11-11)

  • Initial release.