Skip to content

Releases: ruby-amqp/rabbitmq_http_api_client

3.0.0

21 Jul 00:17
Compare
Choose a tag to compare

Changes Between 2.2.0 and 3.0.0 (July 20, 2024)

Why the Major Version Bump?

This release adopts a new major version of Faraday and targets
only community supported RabbitMQ versions,
which at this time means 3.13.x.

While there are no major breaking changes in the library itself,
these two changes and more than two years that have passed since 2.0.0
warrant a major version bump.

Support for Faraday 2.x

Contributed by @shashankmehra.

GitHub issue: #63

Queue Deletion: Support for if-unused and if-empty

Contributed by @shashankmehra.

GitHub issue: #62