We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG.md
1 parent 05e978c commit 1c99683Copy full SHA for 1c99683
1 file changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
3
+## [1.4.1](https://github.com/ably/ably-java/tree/v1.4.1)
4
+
5
+[Full Changelog](https://github.com/ably/ably-java/compare/v1.4.0...v1.4.1)
6
7
+### What's Changed
8
9
+* Handled null check for empty `data` in `Message` decoding logic in https://github.com/ably/ably-java/pull/1168
10
+* Resolved presence re-entry on channel re-attach in https://github.com/ably/ably-java/pull/1171
11
+* Added`toString` method in `ChannelStateChange` class for improved debugging in https://github.com/ably/ably-java/pull/1169
12
+* Fixed orphan Timer instances on release in https://github.com/ably/ably-java/pull/1173
13
14
## [1.4.0](https://github.com/ably/ably-java/tree/v1.4.0)
15
16
[Full Changelog](https://github.com/ably/ably-java/compare/v1.3.0...v1.4.0)
0 commit comments