File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33## v2.10.0 (in development)
44
5+ ### Enhancements
6+
7+ * ` definitions export_from_vhost ` now supports ` --transformations ` :
8+
9+ ``` shell
10+ # previously only 'definitions export' supported --transformations
11+ rabbitmqadmin --vhost " my-vhost" definitions export_from_vhost \
12+ --transformations prepare_for_quorum_queue_migration,drop_empty_policies \
13+ --file " my-vhost.definitions.json"
14+ ```
15+
16+ ### Bug Fixes
17+
18+ * The ` prepare_for_quorum_queue_migration ` transformation did not remove CMQ-related keys
19+ such as ` x-ha-mode ` from [ optional queue arguments] ( https://www.rabbitmq.com/docs/queues#optional-arguments )
20+
521### Upgrades
622
7- * RabbitMQ HTTP API client was upgraded to [ ` 0.51 .0 ` ] ( https://github.com/michaelklishin/rabbitmq-http-api-rs/releases/tag/v0.51 .0 )
23+ * RabbitMQ HTTP API client was upgraded to [ ` 0.52 .0 ` ] ( https://github.com/michaelklishin/rabbitmq-http-api-rs/releases/tag/v0.52 .0 )
824
925
1026## v2.9.0 (Aug 25, 2025)
You can’t perform that action at this time.
0 commit comments