Skip to content

v5.21.0

Latest
Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 08 Apr 08:59
· 1079 commits to main since this release

Changes between 5.20.0 and 5.21.0

This is a maintenance release with 2 bug fixes and dependency upgrades. It is compatible with 5.20.0. All users are encouraged to upgrade.

Thanks to @JHahnHRO, @sergio91pt, and @bmleite for their contribution.

Handshake error when connecting to AWS NLB using TLS 1.2 and NIO

GitHub issue: #1280

Remove ReturnListener in RpcClient#close()

GitHub PR: #1169

Bump dependencies

GitHub issue: #1145

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>amqp-client</artifactId>
  <version>5.21.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.21.0'