0.18.0
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"