Skip to content

0.24.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 09 Apr 09:04
· 25 commits to main since this release

Changes between 0.23.0 and 0.24.0

This is a minor release with usability changes and dependency upgrades. It is compatible with 0.23.0. All users are encouraged to upgrade. This is the last release of the 0.x line before the 1.0.0 release.

Note the library now requires at least Java 11.

Deprecate TlsConfiguration#hostnameVerification methods

GitHub issue: #740

Remove random and least-leaders leader locator strategy

GitHub PR: #732

Bump dependencies

GitHub issue: #731

Bump Netty to 4.2.0

GitHub PR: #709

Dependency

Maven

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

Gradle

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