Skip to content

1.3.0

Latest

Choose a tag to compare

@acogoluegnes acogoluegnes released this 16 Oct 07:34
· 11 commits to main since this release

Changes between 1.2.0 and 1.3.0

This is a minor release with new features, bug fixes, dependency upgrades, and some internal refactoring. It is compatible with 1.2.0. All users are encouraged to upgrade.

Refresh candidate nodes in recovery in case of connection reset

GitHub PR: #847

Stop reconnecting locator is environment is closed

GitHub PR: #846

Add flow strategy to credit every n chunks

GitHub PR: #843

Fix tracking check

GitHub PR: #837

Add resource listeners to track producer/consumer state

GitHub PR: #836

Fail RPC requests in case of asynchronous failure

GitHub PR: #814

Fix race condition on connection closing

GitHub PR: #813

Clean up outstanding requests on error and on closing

GitHub PR: #812

Support OAuth2 authentication

GitHub PR: #809

Bump dependencies

GitHub issue: #799

Dependency

Maven

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

Gradle

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