Skip to content

v0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 20:08
· 202 commits to main since this release
d363f11

v0.21.0 (Feb 1, 2025)

Bug Fixes

  • list connections now correctly handles RabbitMQ Stream Protocol
    connections that do not have the channel_max metric set

Enhancements

  • declare stream is a new command that accepts stream-specific
    arguments:

    rabbitmqadmin --vhost "vh1" declare stream --name "streams.1" --expiration "8h" \
                                               --arguments '{"x-initial-cluster-size": 3}'
  • delete stream is an alias for delete queue that makes more sense for
    environments where streams
    are used more often than queues:

    rabbitmqadmin --vhost "vh1" delete stream --name "streams.1"