Releases: michaelklishin/langohr
v5.5.0
Changes between Langohr 5.4.0 and 5.5.0 (October 22)
HTTP 2 Client
Contributed by @jimpil.
GitHub issue: #119
Support for More (Java Client's) ConnectionFactory Options
Contributd by @vincentjames501.
GitHub issue: #122
Default Consumer Had an Incorrect Signature of handleRecoveryOk
Contributed by @jimpil.
GitHub issue: #116
Correctly Pick TLS Port (5671) When Only :ssl is Passed in Connection Options
Contributed by @vincentjames501.
GitHub issue: #114
RabbitMQ Java Client Upgrade
RabbitMQ Java client dependency has been updated to 5.22.x
.
v5.2.0
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
.