Skip to content

Commit 8e94a2c

Browse files
Make 'definitions export' compatible with RabbitMQ 3.10.0
1 parent c87e058 commit 8e94a2c

File tree

3 files changed

+41
-27
lines changed

3 files changed

+41
-27
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
No changes yet.
66

77

8+
## v2.8.2 (Aug 19, 2025)
9+
10+
### Enhancements
11+
12+
* `definitions export` is now compatible with RabbitMQ 3.10.0, a series that has
13+
reached end of life (EOL) in late 2023
14+
15+
### Upgrades
16+
17+
* RabbitMQ HTTP API client was upgraded to [`0.43.0`](https://github.com/michaelklishin/rabbitmq-http-api-rs/releases/tag/v0.43.0)
18+
19+
820
## v2.8.1 (Aug 14, 2025)
921

1022
### Bug Fixes

Cargo.lock

Lines changed: 27 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.9.0"
3+
version = "2.8.2"
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.42.0", features = [
20+
rabbitmq_http_client = { version = "0.43.0", features = [
2121
"blocking",
2222
"tabled",
2323
] }

0 commit comments

Comments
 (0)