Skip to content

1.10.0

Choose a tag to compare

@acogoluegnes acogoluegnes released this 13 Aug 07:31
· 19 commits to main since this release

Changes between 1.9.0 and 1.10.0

This is a minor release with bug fixes, usability improvements, and dependency upgrades. It is compatible with 1.9.0. All users are encouraged to upgrade.

Exclude unused transitive Netty sub-modules

GitHub PR: #1051

Cap decompression in delivery loop

GitHub PR: #1049

Make AMQP 1.0 decoding more robust

GitHub PR: #1046

Make pre-auth max frame size configurable

GitHub PR: #1044

Limit frame size before authentication

GitHub PR: #1041

Bump dependencies

GitHub issue: #1040

Dependency

Maven

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

Gradle

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