Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 22 Jul 13:36
· 29 commits to main since this release

Changes between 1.1.0 and 1.2.0

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

Add Environment#storeOffset(String,String,long)

GitHub PR: #779

Close resources if environment initialization fails

GitHub PR: #783

Bump dependencies

GitHub issue: #767

Use Netty 4.2 adaptative byte buffer allocator by default

GitHub PR: #793

Consider max unconfirmed messages in dynamic batch configuration

GitHub PR: #773

Dependency

Maven

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

Gradle

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