0.23.0
Changes between 0.22.0 and 0.23.0
This is a minor release with a bug fix, a usability improvement, and dependency upgrades. It is compatible with 0.22.0. All users are encouraged to upgrade.
Note the library now requires at least Java 11.
Support map, list, and array types when decoding message annotations
GitHub issue: #728
Collect consumed metric message by message
GitHub PR: #700
Bump dependencies
GitHub issue: #696
Dependency
Maven
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>stream-client</artifactId>
<version>0.23.0</version>
</dependency>
Gradle
compile "com.rabbitmq:stream-client:0.23.0"