TL;DR
March Hare 2.9.0 is released to rubygems.org.
This is primarily a bug fix release.
Changes Between 2.8.0 and 2.9.0
TLS Connection Fixes
TLS connections with an explicitly provided TLS version and PKCS12 certificate no longer fail. In addition, related connection have changed to
:tls
(version as a string:TLSv1
,TLSv1.1
,TLSv1.2
):tls_certificate_path
: PKCS12 certificate path as a string:tls_certificate_password
: PKCS12 certificate password as a string
To quickly generate a PKCS12 certificate as well as CA and server certificate/key pair, see tls-gen.
URI Connections Fix
Host selector no longer breaks connections that use URIs.
GH issue: #73.
RabbitMQ Java Client Upgrade
RabbitMQ Java client dependency has been updated to 3.5.1
.
Full Change Log
Please consult the change log to learn about the changes.
About the Author
Michael on behalf of the Ruby RabbitMQ Clients Team