Skip to content

v5.17.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 21 Mar 17:00
· 1102 commits to main since this release

Changes between 5.16.0 and 5.17.0

This is a minor release with bug fixes, usability improvements, and dependency upgrades. It is compatible with 5.16.x. All users of the 5.x.x series are encouraged to upgrade.

Thanks to Nikita Nefedov (@nikita2206) for his contribution.

Remove hard dependency on Jackson in OAuth 2 support

GitHub PR: #969

NPE in AbstractMetricsCollector when channel limit is exceeded

GitHub issue: #944

Report publish failures for the closed channel as well

GitHub PR: #943

Remove dependency on java.sql.Timestamp

GitHub PR: #878

Bump dependencies

GitHub issue: #848

Dependency

Maven

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

Gradle

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