Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

Bunny 0.10.6 Is Released

TL;DR

Bunny 0.10.6 is released to rubygems.org.

This is a bug fix release that is completely backwards compatible with 0.10.x. We encourage all Bunny users to upgrade to it.

Changes between Bunny 0.10.5 and 0.10.6

Respect RABBITMQ_URL value

RABBITMQ_URL env variable will now have effect even if Bunny.new is invoked without arguments.

Full change log can be found on GitHub.

Michael on behalf of the Ruby RabbitMQ Clients Team