Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

Bunny 1.1.6 Is Released

TL;DR

Bunny 1.1.6 is released to rubygems.org.

This is a bug fix release.

Changes between Bunny 1.1.5 and 1.1.6

Cherry-picked Missing Commit from Master

Bunny::Session#clean_up_on_shutdown was cherry-picked from master.

Routing Key Limit

Per AMQP 0-9-1 spec, routing keys cannot be longer than 255 characters. Bunny::Channel#basic_publish and Bunny::Exchange#publish now enforces this limit.

Full Change Log

Full change log can be found on GitHub.

About the Author

Michael on behalf of the Ruby RabbitMQ Clients Team