Releases: dominikbraun/buneary
Releases · dominikbraun/buneary
v0.3.1
v0.3.0
Added
- Add the
buneary get messages
command.
v0.2.1
Changed
- Print success messages on successful resource creations.
v0.2.0
Added
- Add the
buneary get exchanges
command. - Add the
buneary get exchange
command. - Add the
buneary get queues
command. - Add the
buneary get queue
command. - Add the
buneary get bindings
command. - Add the
buneary get binding
command. - Add the
--headers
option for specifying message headers.
Changed
- Use the HTTP API port
15672
instead of the AMQP port5672
.
v0.1.1
Changed
- Enable support for
-v
flag, displaying version information.
Fixed
- Fix help text for
buneary create binding
command.