We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed9ca4 commit 745fa75Copy full SHA for 745fa75
2 files changed
CHANGELOG.adoc
@@ -1,5 +1,16 @@
1
= Changelog
2
3
+== 0.7.1
4
+
5
+==== Enhancements
6
7
+* New `EventService.captureMessageEvents` implementation that can accept a custom `ExecutorService`
8
9
+==== Bug fixes
10
11
+* https://github.com/jamesnetherton/zulip-java-client/issues/363[#363] - `HttpContext` is potentially not thread safe
12
+* https://github.com/jamesnetherton/zulip-java-client/issues/372[#372] - Passing multiple narrows to `captureMessageEvents` causes `ArrayIndexOutOfBoundsException`
13
14
== 0.7.0
15
16
==== Enhancements
COMPATIBILITY.adoc
@@ -3,6 +3,7 @@
[options="header"]
|=======================
|Zulip Java Client Version|Zulip Server Version
+|0.7.1 |Zulip 9.x
|0.7.0 |Zulip 9.x
|0.6.0 |Zulip 8.x
|0.5.2 |Zulip 7.x
0 commit comments