Skip to content

0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 12:24
· 415 commits to main since this release

Changes between 0.11.0 and 0.12.0

This is a minor release with new features, dependency upgrades, and the removal of deprecated Netty-related configuration API. It is compatible with 0.11.0 (except for the removed API). All users are encouraged to upgrade.

Thanks to Henrique Campos (@henry701) for his contribution.

Add consumer flow control API

GitHub issue: #333

Support for stream filtering (feature preview for RabbitMQ 3.13)

GitHub PR: #343

Bump dependencies

GitHub issue: #375

Remove deprecated Netty-related settings

GitHub issue: #376

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>stream-client</artifactId>
  <version>0.12.0</version>
</dependency>

Gradle

compile "com.rabbitmq:stream-client:0.12.0"