Skip to content

Commit 6f5f05e

Browse files
Change log updates for 0.52.0
1 parent a69706d commit 6f5f05e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@
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)

0 commit comments

Comments
 (0)