Ruby RabbitMQ clients blog

News and updates about various Ruby clients for RabbitMQ

March Hare 2.0.0.rc5 Is Released

TL;DR

March Hare 2.0.0.rc5 is released to rubygems.org.

This release is a release candidate of 2.0 that focuses on usability improvements and bug fixes in automatic connection recovery.

2.0 should be production ready from the stability perspective but has breaking API changes. Please consult the change log to learn about the changes.

Changes Between 2.0.0-rc4 and 2.0.0-rc5

Connection Recovery Improvements

Automatic connection recovery has seen a few bug fixes, most notably channel recovery failures no longer terminate recovery of other channels on the same connection.

Channel recovery is now also performed in ascendant order of channel ID’s, which typically corresponds to the order in which channels were opened.

About the Author

Michael on behalf of the Ruby RabbitMQ Clients Team