Skip to content

5.27.1

Latest

Choose a tag to compare

@acogoluegnes acogoluegnes released this 04 Nov 11:00
· 1636 commits to main since this release

Changes between 5.27.0 and 5.27.1

This is a patch release with a bug fix in the Netty IO layer. It is compatible with 5.27.0. All users are encouraged to upgrade.

Write byte array in Netty ByteBuf

GitHub issue: #1778

Dependency

Maven

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

Gradle

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