Skip to content

v0.2.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 30 Sep 14:09
· 389 commits to main since this release

Changes between 0.1.0 and 0.2.0

This is a minor release with a new feature and dependency upgrades. It is compatible with 0.2.0. All users are encouraged to upgrade.

Add subscription listener

GitHub PR: #63

Bump dependencies

GitHub issue: #64

Dependency

Maven

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

Gradle

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