v0.17.0
v0.17.0 (Jan 27, 2025)
Enhancements
-
Initial support for Tanzu RabbitMQ Schema Definitions Sync (SDS) operations.
-
Initial support for Tanzu RabbitMQ Warm Standby Replication (WSR) operations.
-
Isolated test suite runs for each client.
To run only the async client tests, use
cargo test async --all-features
To run only the blocking client tests, use
cargo test blocking --all-features
Bug Fixes
- Async
Client#delete_*
functions now correctly handleNotFound
responses for idempotent deletes