Skip to content

5.19.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 27 Sep 14:44
· 1079 commits to main since this release

Changes between 5.18.0 and 5.19.0

This is a minor release with support for Micrometer Observation, some refactoring to support Java 21 virtual threads and dependency upgrades. It is compatible with 5.18.x. All users of the 5.x.x series are encouraged to upgrade.

Thanks to Rogelio J. Baucells for his contribution.

Add support for Micrometer Observation

GitHub issue: #952

Prevent pinned CarrierThreads on JDK-21 while using Virtual Threads

GitHub PR: #1119

Bump dependencies

GitHub issue: #1066

Dependency

Maven

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

Gradle

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