Skip to content

0.3.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 20 Nov 09:03
· 285 commits to main since this release

Changes between 0.2.0 and 0.3.0

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

Support filter expressions (RabbitMQ 4.1)

GitHub PR: #77

Support token renewal (RabbitMQ 4.1)

GitHub PR: #96

Deprecate QueueInfo#replicas() in favor of QueueInfo#members()

GitHub PR: #90

Block on concurrent calls during management initialization

GitHub PR: #89

Validate key annotation to start with x-

GitHub PR: #85

Rename OverflowStrategy enum

GitHub PR: #82

Unwrap byte array from binary application property

GitHub PR: #81

Add initialMemberCount(int) in quorum queue and stream specification

GitHub PR: #80

Fix queue argument name to x-delivery-limit

GitHub PR: #79

Remove consumer executor service

GitHub PR: #94

Make consumer internals asynchronous

GitHub PR: #93

Bump dependencies

GitHub issue: #71

Dependency

Maven

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

Gradle

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