Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 16 Apr 15:47
· 5 commits to main since this release

Changes between 0.24.0 and 1.0.0

This is the first major release of the library. It includes usability changes and dependency upgrades. It is compatible with 0.24.0. All users are encouraged to upgrade. The library is considered production-ready and its API stable.

Note the library now requires at least Java 11.

Remove deprecated TlsConfiguration#hostnameVerification methods

GitHub PR: #747

Bump dependencies

GitHub issue: #741

Dependency

Maven

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

Gradle

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