Skip to content

Commit

Permalink
Change log updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 27, 2025
1 parent 689700d commit e934a19
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
# Rust Client for the RabbitMQ HTTP API Change Log

## v0.17.0 (in development)
## v0.18.0 (in development)

No (documented) changes yet.


## 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

```bash
cargo test async --all-features
```

To run only the blocking client tests, use

```bash
cargo test blocking --all-features
```

### Bug Fixes

* Async `Client#delete_*` functions now correctly handle `NotFound` responses for idempotent deletes


## v0.16.0 (Jan 15, 2025)

### Bug Fixes
Expand Down

0 comments on commit e934a19

Please sign in to comment.