v0.13.0
Enhancements
-
Several key
delete
commands, namelydelete vhost
,delete user
,delete queue
anddelete exchange
now support a new flag,--idempotently
. When this flag is used, 404 Not Found responses from the HTTPGitHub issue: #32
-
--non-interactive
is a new global flag. When used, this flag will instructrabbitmqadmin
to not produce table border formatting,
and generally try to use output that'd be easier to consume from scripts -
Initial work on improving error reporting
Bug Fixes
declare exchange
propduced an incorrect API request payload
when target exchange--type
was anx-*
type (a plugin provided-type), such asx-local-random
orx-consistent-hash