Skip to content

Commit

Permalink
Change log updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 31, 2024
1 parent a6ba62c commit 272f701
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Rust Client for the RabbitMQ HTTP API Change Log

# v0.13.0 (in development)
# v0.14.0 (in development)

No (documented) changes yet.


# v0.13.0 (Dec 31, 2024)

### Enhancements

* New functions for listing [stream](https://www.rabbitmq.com/docs/streams) connections, publishers and consumers: `Client#list_stream_publishers`, `Client#list_stream_publishers_in`, `Client#list_stream_publishers_of`, `Client#list_stream_publishers_on_connection`, `Client#list_stream_consumers`, `Client#list_stream_consumers_in`, `Client#list_stream_consumers_on_connection`, `Client#list_stream_connections`, `Client#list_stream_connections_in`

* New [health check](https://www.rabbitmq.com/docs/monitoring#health-checks) function: `Client#health_check_port_listene`


# v0.12.0 (Dec 28, 2024)

### Enhancements

* `Client#list_feature_flags`, `Client#enable_feature_flag`, `Client#enable_all_stable_feature_flags` are three
new functions for working with [feature flags](https://www.rabbitmq.com/docs/feature-flags)


# v0.11.0 (Dec 28, 2024)

### Enhancements
Expand Down

0 comments on commit 272f701

Please sign in to comment.