Skip to content

v0.33.0

Latest
Compare
Choose a tag to compare
@michaelklishin michaelklishin released this 10 Jun 14:47
· 1 commit to main since this release
498393f

v0.33.0 (Jun 10, 2025)

Bug Fixes

  • NoActiveProtocolListenerDetails was split into NoActiveProtocolListenerDetailsPre41 and NoActiveProtocolListenerDetails41AndLater
    to support GET /api/health/checks/protocol-listener/{protocols} responses of both RabbitMQ 4.0.x and 4.1.x.

    Relevant RabbitMQ change: rabbitmq/rabbitmq-server#13871.