Skip to content

0.14.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 26 Oct 12:57
· 268 commits to main since this release

Changes between 0.13.0 and 0.14.0

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

The performance tool has been moved to a standalone project. It is no longer distributed along the stream Java client.

Do not unsubscribe with closed client

GitHub PR: #437

Bump dependencies

GitHub issue: #435

Move performance tool to a standalone project

GitHub issue: #446

Dependency

Maven

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

Gradle

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