Skip to content

0.4.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 27 Jan 16:25
· 176 commits to main since this release

Changes between 0.3.0 and 0.4.0

This is a minor release with new features, usability improvements, and dependency upgrades. It is compatible with 0.3.0. All users are encouraged to upgrade.

Deprecate exchangeDeletion and queueDeletion methods

GitHub PR: #137

Implement queue purge

GitHub issue: #136

Add API to settle a batch of messages

GitHub PR: #135

Improve recovery

GitHub issue: #118

Support OAuth 2 token retrieval and refresh

GitHub PR: #109

Bump dependencies

GitHub issue: #115

Dependency

Maven

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

Gradle

compile "com.rabbitmq.client:amqp-client:0.4.0"