Skip to content

Commit 1224ddc

Browse files
2.9.0
1 parent 3f508ea commit 1224ddc

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

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

3-
## v2.9.0 (in development)
3+
## v2.10.0 (in development)
44

55
No 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbitmqadmin"
3-
version = "2.8.2"
3+
version = "2.9.0"
44
edition = "2024"
55

66
description = "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
] }

0 commit comments

Comments
 (0)