v0.12.0
v0.12.0 (Dec 8, 2024)
Enhancements
-
Implement support for configuration files. Instead of
.inifiles used by
rabbitmqadminv1, this version uses TOML.GitHub issue: #28
-
Implement
show overviewGitHub issue: #25
-
declare queueno 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
Releases
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