|
1 | | -# pusher-websocket-java changelog |
| 1 | +# Changelog |
2 | 2 |
|
3 | | -### Version 2.4.2 - 23th Sep 2022 |
| 3 | +## Version 2.4.2 - 23th Sep 2022 |
4 | 4 | * Fixes a crash when an event comes in without and escaped data json member. |
5 | 5 | * update to com.google.code.gson:gson:2.9.1 |
6 | 6 | * update to org.java-websocket:Java-WebSocket:1.5.3 |
7 | 7 |
|
8 | | -### Version 2.4.1 - 13th Sep 2022 |
| 8 | +## Version 2.4.1 - 13th Sep 2022 |
9 | 9 | * Refactoring and code cleanup of event handling in the SDK |
10 | 10 | * Fixes subscription_count events |
11 | 11 |
|
12 | | -### Version 2.4.0 - 15th July 2022 |
| 12 | +## Version 2.4.0 - 15th July 2022 |
13 | 13 | * Add support for Subscription count events |
14 | 14 |
|
15 | | -### Version 2.3.0 - 4th July 2022 |
| 15 | +## Version 2.3.0 - 4th July 2022 |
16 | 16 | * Added support for user sign in and server to user messages |
17 | 17 | * Fixed issue with calling disconnect while the client is attempting reconnection |
18 | 18 | * Fixed issue with calling connect while the client is disconnecting |
19 | 19 |
|
20 | | -### Version 2.2.8 - 30th November 2021 |
| 20 | +## Version 2.2.8 - 30th November 2021 |
21 | 21 | * Add global [event listner](https://github.com/pusher/pusher-websocket-java/issues/305) |
22 | 22 |
|
23 | | -### Version 2.2.7 - 11th November 2021 |
| 23 | +## Version 2.2.7 - 11th November 2021 |
24 | 24 | * Fixed an [issue Vulnerability with legacy Gson dependency](https://github.com/pusher/pusher-websocket-java/issues/305) |
25 | 25 |
|
26 | | -### Version 2.2.6 - 17th March 2021 |
| 26 | +## Version 2.2.6 - 17th March 2021 |
27 | 27 | * Fixed an [issue causing a NullPointerException if event data on a Presence channel was malformed or missing](https://github.com/pusher/pusher-websocket-java/pull/290) |
28 | 28 |
|
29 | | -### Version 2.2.5 - 11th August 2020 |
| 29 | +## Version 2.2.5 - 11th August 2020 |
30 | 30 | * 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) |
31 | 31 |
|
32 | | -### Version 2.2.4 - 3rd August 2020 |
| 32 | +## Version 2.2.4 - 3rd August 2020 |
33 | 33 | * Removed unnecessary code in the TweetNaClFast implementation |
34 | 34 | * 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) |
35 | 35 |
|
36 | | -### Version 2.2.3 - 8th July 2020 |
| 36 | +## Version 2.2.3 - 8th July 2020 |
37 | 37 |
|
38 | 38 | * Fixed LazySodium causing a crash on Android devices by swapping it out for [TweetNaCl](https://github.com/InstantWebP2P/tweetnacl-java) |
39 | 39 |
|
40 | | -### Version 2.2.2 - 6th July 2020 |
| 40 | +## Version 2.2.2 - 6th July 2020 |
41 | 41 |
|
42 | 42 | * Fixed an issue where some private encrypted messages were not decrypted accurately by swapping our implementation of SecretBoxOpener for one provided by [Lazy Sodium](https://github.com/terl/lazysodium-java) |
43 | 43 |
|
44 | | -### Version 2.2.1 - 22nd April 2020 |
| 44 | +## Version 2.2.1 - 22nd April 2020 |
45 | 45 |
|
46 | 46 | * Changed PusherOptions `setForceTLS` and `isForceTLS` to `setUseTLS` and `isUseTLS` to align with the other client SDKs. |
47 | 47 |
|
|
0 commit comments