Skip to content

Commit 9e308d7

Browse files
2.5.0
1 parent 64bf508 commit 9e308d7

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# rabbitmqadmin-ng Change Log
22

3-
## v2.5.0 (in development)
3+
## 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.
422

523
### Bug Fixes
624

0 commit comments

Comments
 (0)