We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bf508 commit 9e308d7Copy full SHA for 9e308d7
CHANGELOG.md
@@ -1,6 +1,24 @@
1
# rabbitmqadmin-ng Change Log
2
3
-## v2.5.0 (in development)
+## v2.6.0 (in development)
4
+
5
+No changes yet.
6
7
8
+## v2.5.0 (Jul 11, 2025)
9
10
+### Enhancements
11
12
+ * `definitions export` now supports a new transformation: `prepare_for_quorum_queue_migration`.
13
14
+ ```shell
15
+ rabbitmqadmin definitions export --transformations prepare_for_quorum_queue_migration,drop_empty_policies --stdout
16
+ ```
17
18
+ This one not only strips off the CMQ-related keys
19
+ but also handles an incompatible `"overflow"`/`"x-overflow"` key value
20
+ and `"queue-mode"`/`"x-queue-mode"` keys, both not supported
21
+ by quorum queues.
22
23
### Bug Fixes
24
0 commit comments