You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
# pusher-websocket-java changelog
2
2
3
+
### Version 2.2.5 - 11th August 2020
4
+
* Fixed an [issue with the Java-WebSocket library with android pre-sdk24 devices causing a NoSuchMethod exception](https://github.com/pusher/pusher-websocket-java/pull/284)
5
+
3
6
### Version 2.2.4 - 3rd August 2020
4
7
* Removed unnecessary code in the TweetNaClFast implementation
5
-
* Updated the Java-WebSocket library to 1.5.1 as the [current version 1.4.0 has a known critical vulnerablity.](https://github.com/pusher/pusher-websocket-java/issues/279)
8
+
* Updated the Java-WebSocket library to 1.5.1 as the [current version 1.4.0 has a known critical vulnerability.](https://github.com/pusher/pusher-websocket-java/issues/279)
0 commit comments