Skip to content

Commit b7a6531

Browse files
Change log updates
1 parent 768ad2a commit b7a6531

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88

99
The tool now properly handles cases where a [CA certificate](https://www.rabbitmq.com/docs/ssl#peer-verification) file path is not provided, making
1010
CA certificate loading optional rather than required, which prevents crashes when TLS is used
11-
without a custom CA certificate bundle.
11+
without a custom CA certificate bundle
12+
13+
* `show overview` could panic when run against a freshly booted RabbitMQ node that did not have certain
14+
metrics/rates initialized and available. Now those metrics will use the default values for their types,
15+
such as `0` and `0.0` for the counters, gauges, rates
16+
17+
### Upgrades
18+
19+
* RabbitMQ HTTP API client was upgraded to [`0.40.0`](https://github.com/michaelklishin/rabbitmq-http-api-rs/releases/tag/v0.40.0)
20+
1221

1322
## v2.7.0 (Jul 15, 2025)
1423

0 commit comments

Comments
 (0)