Skip to content

5.30.0

Latest

Choose a tag to compare

@acogoluegnes acogoluegnes released this 14 Apr 19:25
· 1826 commits to main since this release

Changes between 5.29.0 and 5.30.0

This is a maintenance release with bux fixes, usability improvements, and dependency upgrades. It is compatible with 5.29.0. All users are encouraged to upgrade.

Report malformed frame

GitHub PR: #1930
GitHub PR: #1935

Cover more built-in exchange types

GitHub PR: #1922

Use RPC timeout for ChannelN.close

GitHub issue: #1907

Improve PemReader

GitHub PR: #1903

Bump dependencies

GitHub issue: #1888

Dependency

Maven

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

Gradle

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