Skip to content

Zulip Java Client - 0.5.2

Compare
Choose a tag to compare
@jamesnetherton jamesnetherton released this 27 Sep 12:36
· 137 commits to main since this release

Enhancements

  • Support for user alert words API thanks to @youknowwjk
    • Add alert words
    • Get all alert words
    • Remove alert words

Installation

Maven

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

Gradle

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