Skip to content

0.18.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 16 Oct 07:03
· 311 commits to main since this release

Changes between 0.17.0 and 0.18.0

This is a minor release with a new feature, usability improvements, and dependency upgrades. It is compatible with 0.17.0. All users are encouraged to upgrade.

Add ANONYMOUS SASL mechanism

GitHub issue: #605

Check store offset reference is less than 256 bytes long

GitHub PR: #629

Check producer name is less than 256 bytes long

GitHub PR: #628

Check producer name is less than 256 bytes long

GitHub PR: #627

Notify SAC when it is no longer active

GitHub PR: #612

Bump dependencies

GitHub issue: #591

Dependency

Maven

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

Gradle

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