Skip to content

Zulip Java Client - 0.7.1

Latest
Compare
Choose a tag to compare
@jamesnetherton jamesnetherton released this 21 Sep 09:51
· 10 commits to main since this release

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