File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
The tool now properly handles cases where a [ CA certificate] ( https://www.rabbitmq.com/docs/ssl#peer-verification ) file path is not provided, making
10
10
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
+
12
21
13
22
## v2.7.0 (Jul 15, 2025)
14
23
You can’t perform that action at this time.
0 commit comments