Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

Bunny 0.9.3 Is Released

TL;DR

Bunny 0.9.3 is released to rubygems.org.

This is a bug fix release that is completely backwards compatible with 0.9.0.

We encourage all Bunny users to upgrade to it.

Changes between Bunny 0.9.2 and 0.9.3

Publishing Over Closed Connections

Publishing a message over a closed connection (during a network outage, before the connection is open) will now correctly result in an exception.

Contributed by Matt Campbell.

Full change log can be found on GitHub.

Michael on behalf of the Ruby RabbitMQ Clients Team