Skip to content

0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 07:38
· 308 commits to main since this release

Changes between 0.12.0 and 0.13.0

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

Add options for connection and topology recovery to performance tool

GitHub issue: #427

Add --heartbeat option to performance tool

GitHub issue: #426

Use Java 21 in the performance tool Docker image

GitHub PR: #423

Force localhost for local development

GitHub PR: #420

Fix coordinator manager creation in load balancer mode

GitHub PR: #409

Bump dependencies

GitHub issue: #391

Dependency

Maven

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

Gradle

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