Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

Bunny 0.9.4 Is Released

TL;DR

Bunny 0.9.4 is released to rubygems.org.

This is a usability improvement release that is completely backwards compatible with 0.9.0.

We encourage all Bunny users to upgrade to it.

Changes between Bunny 0.9.3 and 0.9.4

Client TLS Certificates are Optional

Bunny will no longer require client TLS certificates. Note that CA certificate list is still necessary.

If RabbitMQ TLS configuration requires peer verification, client certificate and private key are mandatory.

Full change log can be found on GitHub.

Michael on behalf of the Ruby RabbitMQ Clients Team