File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# rabbitmqadmin-ng Change Log
22
3- ## v2.9 .0 (in development)
3+ ## v2.10 .0 (in development)
44
55No changes yet.
66
77
8+ ## v2.9.0 (Aug 25, 2025)
9+
10+ ### Enhancements
11+
12+ * RabbitMQ 4.2 forward compatibility: `shovels list_all` and `shovels list` now can render
13+ [local shovel](https://github.com/rabbitmq/rabbitmq-server/pull/14256) rows
14+
15+ ### Upgrades
16+
17+ * RabbitMQ HTTP API client was upgraded to [`0.44.0`](https://github.com/michaelklishin/rabbitmq-http-api-rs/releases/tag/v0.44.0)
18+
19+
820## v2.8.2 (Aug 19, 2025)
921
1022### Enhancements
Original file line number Diff line number Diff line change 11[package]
22name = "rabbitmqadmin"
3- version = "2.8.2 "
3+ version = "2.9.0 "
44edition = "2024"
55
66description = "rabbitmqadmin v2 is a modern CLI tool for the RabbitMQ HTTP API"
@@ -17,7 +17,7 @@ reqwest = { version = "0.12", features = [
1717 "__rustls",
1818 "rustls-tls-native-roots",
1919] }
20- rabbitmq_http_client = { version = "0.43 .0", features = [
20+ rabbitmq_http_client = { version = "0.44 .0", features = [
2121 "blocking",
2222 "tabled",
2323] }
You can’t perform that action at this time.
0 commit comments