Skip to content

Commit 272f701

Browse files
Change log updates
1 parent a6ba62c commit 272f701

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

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

3-
# v0.13.0 (in development)
3+
# v0.14.0 (in development)
44

55
No (documented) changes yet.
66

77

8+
# v0.13.0 (Dec 31, 2024)
9+
10+
### Enhancements
11+
12+
* 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`
13+
14+
* New [health check](https://www.rabbitmq.com/docs/monitoring#health-checks) function: `Client#health_check_port_listene`
15+
16+
817
# v0.12.0 (Dec 28, 2024)
918

1019
### Enhancements
1120

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

24+
1525
# v0.11.0 (Dec 28, 2024)
1626

1727
### Enhancements

0 commit comments

Comments
 (0)