File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# Rust Client for the RabbitMQ HTTP API Change Log
22
3- ## v0.17 .0 (in development)
3+ ## v0.18 .0 (in development)
44
55No (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
You can’t perform that action at this time.
0 commit comments