Skip to content

Commit e934a19

Browse files
Change log updates
1 parent 689700d commit e934a19

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

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

3-
## v0.17.0 (in development)
3+
## v0.18.0 (in development)
44

55
No (documented) changes yet.
66

77

8+
## v0.17.0 (Jan 27, 2025)
9+
10+
### Enhancements
11+
12+
* Initial support for Tanzu RabbitMQ Schema Definitions Sync (SDS) operations.
13+
14+
* Initial support for Tanzu RabbitMQ Warm Standby Replication (WSR) operations.
15+
16+
* Isolated test suite runs for each client.
17+
18+
To run only the async client tests, use
19+
20+
```bash
21+
cargo test async --all-features
22+
```
23+
24+
To run only the blocking client tests, use
25+
26+
```bash
27+
cargo test blocking --all-features
28+
```
29+
30+
### Bug Fixes
31+
32+
* Async `Client#delete_*` functions now correctly handle `NotFound` responses for idempotent deletes
33+
34+
835
## v0.16.0 (Jan 15, 2025)
936

1037
### Bug Fixes

0 commit comments

Comments
 (0)