Skip to content

5.20.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 25 Oct 15:18
· 1079 commits to main since this release

Changes between 5.19.0 and 5.20.0

This is a maintenance release with a bug fix in the OSGi manifest and dependency upgrades. It is compatible with 5.19.0. All users are encouraged to upgrade.

Make Micrometer dependency optional in OSGi manifest

GitHub issue: #1140

Bump dependencies

GitHub issue: #1122

Dependency

Maven

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

Gradle

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