Releases: rabbitmq/rabbitmqadmin-ng
v0.12.0
v0.12.0 (Dec 8, 2024)
Enhancements
-
Implement support for configuration files. Instead of
.ini
files used by
rabbitmqadmin
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
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
v0.11.0
v0.11.0
Enhnacements
-
rabbitmqadmin definitions
is a new (and recommended) groups of commands related to definition export and importrabbitmqadmin definitions export --help rabbitmqadmin definitions import --help
The original way of invoking these two commands is still available:
rabbitmqadmin export definitions --help rabbitmqadmin import definitions --help