Skip to content

0.19.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 30 Oct 09:47
· 137 commits to main since this release

Changes between 0.18.0 and 0.19.0

This is a minor release with new features, a bug fix, and dependency upgrades. It is compatible with 0.18.0. All users are encouraged to upgrade.

Add flag to opt-out republishing unconfirmed messages on producer recovery

GitHub PR: #642

Support arbitrary key-value argument in stream creator

GitHub PR: #637

Add initial member count to stream creator

GitHub PR: #635

Recover producers and consumers after timeout

GitHub issue: #630

Bump dependencies

GitHub issue: #636

Dependency

Maven

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

Gradle

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