Changes Between 2.16.0 and 3.1.0 (Oct 31, 2024)
Note: this release has no functional changes compared to 3.0.0
but correctly sets module version to v3
.
See #325
Why the Major Version Bump?
There aren't any major breaking API changes. However, given
the ongoing evolution of the RabbitMQ HTTP API, in particular in the 4.x
development lifecycle, it makes sense to bump the major version of
this client and continue tracking RabbitMQ 3.13.x
and (in development
at the time of writing) 4.x
.
Removed Sockets Metrics
They will be gone starting with RabbitMQ 4.x. These are OS-level metrics
and should be monitored as such.
GitHub issue: #313
Exchange Auto-Deletion Field Had an Incorrect Default
Contributed by @pafmaf.
GitHub issue: #312