Skip to content

Releases: michaelklishin/langohr

v5.2.0

11 Aug 16:11
5026b45
Compare
Choose a tag to compare

Changes between Langohr 5.1.0 and 5.2.0

Support for Overriding of CLient Properties and Client-Provided Connection Name

Contributed by Glen Mailer.

GitHub issue: #107

A Way to Close All Connections

langohr.http/close-all-connections is a new function that closes all client
connections on the target nodes. This is primarily useful in integration tests
and certain monitoring scenarios.

Corrected Arity of langohr.http/get-node

Correct a typo in langohr.http/get-node that made the "short
arity" version fail.

GitHub issue: #101.

Hostname Verification Support

langohr.core/connect now support hostname verification via the new :verify-hostname
option (a boolean). Hostname verification is one part of TLS peer verification
supported by RabbitMQ Java client and now Langohr.

GitHub issue: #100.

RabbitMQ Java Client Upgrade

RabbitMQ Java client dependency has been updated to 5.9.x.