TL;DR
Bunny 1.2.2 is released to rubygems.org.
This is a bug fix release.
Changes between Bunny 1.2.1 and 1.2.2
Synchronization Improvements for Session#close
Bunny::Session#close
now better synchronizes state transitions,
eliminating a few race condition scenarios with I/O reader thread.
Bunny::Exchange.default Fix
Bunny::Exchange.default
no longer raises an exception.
Note that it is a legacy compatibility method. Please use
Bunny::Channel#default_exchange
instead.
Contributed by Justin Litchfield.
GH issue #211.
Full Change Log
Full change log can be found on GitHub.
About the Author
Michael on behalf of the Ruby RabbitMQ Clients Team