Skip to content

v2.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 17:21
· 1 commit to main since this release
604ef8d

v2.7.1 (in development)

Bug Fixes

  • Improved handling of missing or impossible to load/parse --tls-ca-cert-file on the command line.

    The tool now properly handles cases where a CA certificate file path is not provided, making
    CA certificate loading optional rather than required, which prevents crashes when TLS is used
    without a custom CA certificate bundle

  • show overview could panic when run against a freshly booted RabbitMQ node that did not have certain
    metrics/rates initialized and available. Now those metrics will use the default values for their types,
    such as 0 and 0.0 for the counters, gauges, rates

Upgrades

  • RabbitMQ HTTP API client was upgraded to 0.40.0