Skip to content

Zulip Java Client - 0.7.2

Compare
Choose a tag to compare
@jamesnetherton jamesnetherton released this 15 Dec 10:23
· 8 commits to main since this release

Enhancements

  • #402 - Handle stream_id field in Message JSON response. Thanks to @le-zell.

Bug fixes

  • #389 - Narrow operand does not support List<Integer> as operand. Thanks to @drnetua.

Installation

Maven

<dependency>
    <groupId>com.github.jamesnetherton</groupId>
    <artifactId>zulip-java-client</artifactId>
    <version>0.7.2</version>
</dependency>

Gradle

dependencies {
    compile 'com.github.jamesnetherton:zulip-java-client:0.7.2'
}