v0.15.0
Changes between 0.14.0 and 0.15.0
This is a minor release with a new feature, a usability improvement, and dependency upgrades. It is compatible with 0.14.0. All users are encouraged to upgrade.
Support super stream creation/deletion (RabbitMQ 3.13)
GitHub PR: #448
Allocate producer/consumer IDs with a sequence
GitHub PR: #478
Bump dependencies
GitHub issue: #447
Dependency
Maven
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>stream-client</artifactId>
<version>0.15.0</version>
</dependency>
Gradle
compile "com.rabbitmq:stream-client:0.15.0"