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'