Skip to content

Commit fab4411

Browse files
0.24.0
1 parent df9167d commit fab4411

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Diff for: CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Rust Client for the RabbitMQ HTTP API Change Log
22

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

510
### Enhancements
611

712
* `Client#declare_amqp10_shovel` is a new function that declares a dynamic shovel
813
where both source and destination use AMQP 1.0
914

10-
11-
1215
* Both `Amqp091ShovelSourceParams` and `Amqp091ShovelDestinationParams` now support a new boolean option, `predeclared`,
1316
that enables [either or both sides to rely on a pre-declared topology](https://www.rabbitmq.com/docs/shovel-dynamic#predeclared-topology)
1417

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ This library is relatively young, breaking API changes are possible.
1414
### Blocking Client
1515

1616
```toml
17-
rabbitmq_http_client = { version = "0.23.0", features = ["core", "blocking"] }
17+
rabbitmq_http_client = { version = "0.24.0", features = ["core", "blocking"] }
1818
```
1919

2020
### Async Client
2121

2222
```toml
23-
rabbitmq_http_client = { version = "0.23.0", features = ["core", "async"] }
23+
rabbitmq_http_client = { version = "0.24.0", features = ["core", "async"] }
2424
```
2525

2626
### Blocking Client with Tabled Support
2727

2828
```toml
29-
rabbitmq_http_client = { version = "0.23.0", features = ["core", "blocking", "tabled"] }
29+
rabbitmq_http_client = { version = "0.24.0", features = ["core", "blocking", "tabled"] }
3030
```
3131

3232
### Async Client with Tabled Support
3333

3434
```toml
35-
rabbitmq_http_client = { version = "0.23.0", features = ["core", "async", "tabled"] }
35+
rabbitmq_http_client = { version = "0.24.0", features = ["core", "async", "tabled"] }
3636
```
3737

3838

0 commit comments

Comments
 (0)