Skip to content

v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 04:41
· 88 commits to main since this release
9e308d7

v2.5.0 (Jul 11, 2025)

Enhancements

  • definitions export now supports a new transformation: prepare_for_quorum_queue_migration.

    rabbitmqadmin definitions export --transformations prepare_for_quorum_queue_migration,drop_empty_policies --stdout

    This one not only strips off the CMQ-related keys
    but also handles an incompatible "overflow"/"x-overflow" key value
    and "queue-mode"/"x-queue-mode" keys, both not supported
    by quorum queues.

Bug Fixes

  • export definitions CLI interface was unintentionally different from that of definitions export.
    Note that export definitions only exists for better backwards compatibility with rabbitmqadmin v1,
    use definitions export when possible.