-
Implement support for configuration files. Instead of
.ini
files used byrabbitmqadmin
v1, this version uses TOML.GitHub issue: #28
-
Implement
show overview
GitHub issue: #25
-
declare queue
no longer requires a--queue-type
. If not type is specified, it will not be included into the request and the queue will be declared with the default queue type of the target virtual host.GitHub issue: #29
Release artifacts are no longer distributed as single file archives. Instead, the release now includes "naked" binaries that can be downloaded and executed without un-archiving.
GitHub issue: #31