Skip to content

5.26.0

Latest
Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 22 Jul 07:42
· 1481 commits to main since this release

Changes between 5.25.0 and 5.26.0

This is a maintenance release with bug fixes, dependency upgrades, and some internal refactoring. It is compatible with 5.25.0. All users are encouraged to upgrade.

Call consumer shutdown callback even if close times out

GitHub PR: #1656

Clean up binding recovery records when exchange is deleted

GitHub PR: #1593

Fix NullPointerException in metrics collector

GitHub issue: #1592

Bump dependencies

GitHub issue: #1540

Refactor BlockingCell with modern concurrency utilities

GitHub PR: #1657

Dependency

Maven

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

Gradle

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