Skip to content

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 04:18
· 125 commits to main since this release
6f5f05e

v2.10.0 (Sep 18, 2025)

Enhancements

  • definitions export_from_vhost now supports --transformations:

    # previously only 'definitions export' supported --transformations
    rabbitmqadmin --vhost "my-vhost" definitions export_from_vhost \
                  --transformations prepare_for_quorum_queue_migration,drop_empty_policies \
                  --file "my-vhost.definitions.json"

Bug Fixes

  • The prepare_for_quorum_queue_migration transformation did not remove CMQ-related keys
    such as x-ha-mode from optional queue arguments

Upgrades

  • RabbitMQ HTTP API client was upgraded to 0.52.0