Skip to content

Commit c89bf68

Browse files
0.26.0
1 parent 1883b3e commit c89bf68

File tree

4 files changed

+34
-26
lines changed

4 files changed

+34
-26
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# rabbitmqadmin-ng Change Log
22

3-
## v0.26.0 (in development)
3+
## v0.27.0 (in development)
4+
5+
No changes yet.
6+
7+
8+
## v0.26.0 (Mar 3, 2025)
49

510
### Enhancements
611

Cargo.lock

+24-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reqwest = { version = "0.12.12", features = [
1717
"__rustls",
1818
"rustls-tls-native-roots"
1919
]}
20-
rabbitmq_http_client = { git = "https://github.com/michaelklishin/rabbitmq-http-api-rs.git", features = [
20+
rabbitmq_http_client = { version = "0.25.0", features = [
2121
"core",
2222
"blocking",
2323
"tabled"

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
that target the [HTTP API](https://www.rabbitmq.com/docs/management#http-api).
55

66
If you are migrating from the original `rabbitqadmin`, please see [Breaking or Potentially Breaking Changes](#breaking-or-potentially-breaking-changes)
7-
to learn about a the breaking changes in the command line interface.
7+
to learn about the breaking changes in the command line interface.
88

99
The general "shape and feel" of the interface is still very similar to `rabbitmqadmin` v1.
1010

@@ -63,6 +63,7 @@ Commands:
6363
declare creates or declares things
6464
delete deletes objects
6565
purge purges queues
66+
policies operations on policies
6667
health_check runs health checks
6768
close closes connections
6869
rebalance rebalances queue leaders
@@ -76,6 +77,7 @@ Commands:
7677
shovels Operations on shovels
7778
tanzu Tanzu RabbitMQ-specific commands
7879
help Print this message or the help of the given subcommand(s)
80+
7981
```
8082

8183
To explore commands in a specific group, use

0 commit comments

Comments
 (0)