Skip to content

1.9.0

Choose a tag to compare

@acogoluegnes acogoluegnes released this 28 Jul 07:49
· 75 commits to main since this release

Changes between 1.8.0 and 1.9.0

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

Harden handling of inbound frames

GitHub PR: #1028

Bump dependencies

GitHub issue: #1015

Dependency

Maven

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

Gradle

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