Skip to content

Releases: jamesnetherton/zulip-java-client

Zulip Java Client - 0.9.0

29 Aug 08:07

Choose a tag to compare

Enhancements

Zulip 11 support.

Installation

Maven

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

Gradle

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

Zulip Java Client - 0.8.0

14 Apr 06:51

Choose a tag to compare

Enhancements

Zulip 10 support.

Installation

Maven

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

Gradle

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

Zulip Java Client - 0.7.3

11 Jan 09:56

Choose a tag to compare

Bug fixes

  • #404 - Exceptions thrown from within the EventPoller thread can result in an NPE.

Installation

Maven

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

Gradle

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

Zulip Java Client - 0.7.2

15 Dec 10:23

Choose a tag to compare

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'
}

Zulip Java Client - 0.7.1

21 Sep 09:51

Choose a tag to compare

Enhancements

  • New EventService.captureMessageEvents implementation that can accept a custom ExecutorService

Bug fixes

  • #363 - HttpContext is potentially not thread safe
  • #372 - Passing multiple narrows to captureMessageEvents causes ArrayIndexOutOfBoundsException

Installation

Maven

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

Gradle

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

Zulip Java Client - 0.7.0

11 Aug 12:19

Choose a tag to compare

Enhancements

Zulip 9 support.

Installation

Maven

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

Gradle

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

Zulip Java Client - 0.6.0

06 Jan 10:49

Choose a tag to compare

Enhancements

Zulip 8 support.

Installation

Maven

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

Gradle

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

Zulip Java Client - 0.5.2

27 Sep 12:36

Choose a tag to compare

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'
}

Zulip Java Client - 0.5.1

26 Sep 10:40

Choose a tag to compare

Bug fixes

  • #266 - UserRole enum is missing ORGANIZATION_MODERATOR

Installation

Maven

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

Gradle

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

Zulip Java Client - 0.5.0

25 Jun 10:55

Choose a tag to compare

Enhancements

Zulip 7 support:

  • Scheduled messages APIs
  • Update user topic preferences APIs
  • Default stream APIs
  • Get all users subscribed to a stream APIs
  • Update linkifier APIs

Installation

Maven

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

Gradle

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