Skip to content

Commit 7a94a81

Browse files
0.16.0
1 parent 1775510 commit 7a94a81

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Rust Client for the RabbitMQ HTTP API Change Log
22

3-
## v0.16.0 (in development)
3+
## v0.16.0 (Jan 15, 2025)
44

5-
No (documented) changes yet.
5+
### Bug Fixes
6+
7+
* `api::Client` now computes API endpoint path correctly (a slash was missing)
68

79

810
## v0.15.0 (Jan 5, 2025)

README.md

Lines changed: 4 additions & 4 deletions
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.15.0", features = ["core", "blocking"] }
17+
rabbitmq_http_client = { version = "0.16.0", features = ["core", "blocking"] }
1818
```
1919

2020
### Async Client
2121

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

2626
### Blocking Client with Tabled Support
2727

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

3232
### Async CLient with Tabled Support
3333

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

3838

0 commit comments

Comments
 (0)