Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 08:04
· 484 commits to main since this release

Changes between 0.10.0 and 0.11.0

This is a minor release with a new feature, a usability improvement, a bug fix, and dependency upgrades. It is compatible with 0.10.0. All users are encouraged to upgrade.

Make subscription initial credits configurable

GitHub PR: #372

Add Environment#streamExists(String)

GitHub PR: #370

Environment.queryStreamStats not doing lazy initialization

GitHub issue: #368

Bump dependencies

GitHub issue: #347

Dependency

Maven

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

Gradle

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