Skip to content

Commit 9c91c67

Browse files
0.66.0
1 parent 3280f36 commit 9c91c67

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

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

3-
## v0.66.0 (in development)
3+
## v0.67.0 (in development)
44

55
No changes yet.
66

7+
## v0.66.0 (Oct 17, 2025)
8+
9+
### Enhancements
10+
11+
* Error responses now include an `error` field with the error reason if available
12+
* New function `Error#reason` returns the error reason if available
13+
714
## v0.65.0 (Oct 11, 2025)
815

916
### Enhancements

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ All older series have [reached End of Life](https://www.rabbitmq.com/release-inf
2121
### Blocking Client
2222

2323
```toml
24-
rabbitmq_http_client = { version = "0.65.0", features = ["core", "blocking"] }
24+
rabbitmq_http_client = { version = "0.66.0", features = ["core", "blocking"] }
2525
```
2626

2727
### Async Client
2828

2929
```toml
30-
rabbitmq_http_client = { version = "0.65.0", features = ["core", "async"] }
30+
rabbitmq_http_client = { version = "0.66.0", features = ["core", "async"] }
3131
```
3232

3333
### Blocking Client with Tabled Support
3434

3535
```toml
36-
rabbitmq_http_client = { version = "0.65.0", features = ["core", "blocking", "tabled"] }
36+
rabbitmq_http_client = { version = "0.66.0", features = ["core", "blocking", "tabled"] }
3737
```
3838

3939
### Async Client with Tabled Support
4040

4141
```toml
42-
rabbitmq_http_client = { version = "0.65.0", features = ["core", "async", "tabled"] }
42+
rabbitmq_http_client = { version = "0.66.0", features = ["core", "async", "tabled"] }
4343
```
4444

4545

0 commit comments

Comments
 (0)