Enhancements
- New
EventService.captureMessageEvents
implementation that can accept a customExecutorService
Bug fixes
- #363 -
HttpContext
is potentially not thread safe - #372 - Passing multiple narrows to
captureMessageEvents
causesArrayIndexOutOfBoundsException
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'
}