We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG.md
1 parent 05e978c commit 2aafeb2Copy full SHA for 2aafeb2
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
+* Fixed an error in the log when `data` field in `Message` is `null` 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