Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 23:34
· 352 commits to main since this release
7c46f54

Enhancements

  • Several key delete commands, namely delete vhost, delete user, delete queue and delete exchange now support a new flag, --idempotently. When this flag is used, 404 Not Found responses from the HTTP

    GitHub issue: #32

  • --non-interactive is a new global flag. When used, this flag will instruct rabbitmqadmin 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 an x-* type (a plugin provided-type), such as x-local-random or x-consistent-hash