|
1 | 1 | # Change log
|
2 | 2 |
|
| 3 | +## Version Release 1.5.2 (2021/04/05) |
| 4 | + |
| 5 | +#### Bugs Fixed |
| 6 | + |
| 7 | +* [Issue 1132](https://github.com/TooTallNate/Java-WebSocket/issues/1132) - Draft_6455 flagged by Veracode CWE-331 replace Random with SecureRandom ([PR 1133 ](https://github.com/TooTallNate/Java-WebSocket/pull/1133) by [@marci4](https://github.com/marci4)) |
| 8 | +* [Issue 1053](https://github.com/TooTallNate/Java-WebSocket/issues/1053) - It's an invalid check null with SEC_WEB_SOCKET_KEY . ([PR 1054 ](https://github.com/TooTallNate/Java-WebSocket/pull/1054) by [@dota17](https://github.com/dota17)) |
| 9 | +* [Issue 1026](https://github.com/TooTallNate/Java-WebSocket/issues/1026) - Force client to use the valid schema ([PR 1025 ](https://github.com/TooTallNate/Java-WebSocket/pull/1025) by [@yindex](https://github.com/yindex)) |
| 10 | +* [PR 1070](https://github.com/TooTallNate/Java-WebSocket/pull/1070) - Prioritise using provided socket factory when creating socket with proxy, by [@marci4](https://github.com/marci4) |
| 11 | +* [PR 1028](https://github.com/TooTallNate/Java-WebSocket/pull/1028) - Fixed typo in WebSocketClient.reset's error message, by [@alphaho](https://github.com/alphaho) |
| 12 | +* [PR 1018](https://github.com/TooTallNate/Java-WebSocket/pull/1018) - Added missing return character, by [@pawankgupta-se](https://github.com/pawankgupta-se) |
| 13 | + |
| 14 | +#### New Features |
| 15 | + |
| 16 | +* [Issue 1008](https://github.com/TooTallNate/Java-WebSocket/issues/1008) - Improve Sec-WebSocket-Protocol usability ([PR 1034 ](https://github.com/TooTallNate/Java-WebSocket/pull/1034) by [@marci4](https://github.com/marci4)) |
| 17 | + |
| 18 | +#### Refactoring |
| 19 | + |
| 20 | +* [Issue 1050](https://github.com/TooTallNate/Java-WebSocket/issues/1050) - What about adding the CodeFormatterProfile.xml with the code format ? ([PR 1060 ](https://github.com/TooTallNate/Java-WebSocket/pull/1060) by [@dota17](https://github.com/dota17)) |
| 21 | +* [PR 1072](https://github.com/TooTallNate/Java-WebSocket/pull/1072) - Improve code quality, by [@marci4](https://github.com/marci4) |
| 22 | +* [PR 1060](https://github.com/TooTallNate/Java-WebSocket/pull/1060) - Using Google Java Code Style To Reformat Code, by [@dota17](https://github.com/dota17) |
| 23 | + |
| 24 | +In this release 5 issues and 9 pull requests were closed. |
| 25 | + |
| 26 | +############################################################################### |
| 27 | + |
3 | 28 | ## Version Release 1.5.1 (2020/05/10)
|
4 | 29 |
|
5 | 30 | #### Bugs Fixed
|
|
8 | 33 |
|
9 | 34 | In this release 1 issue and 1 pull request were closed.
|
10 | 35 |
|
| 36 | +############################################################################### |
| 37 | + |
11 | 38 | ## Version Release 1.5.0 (2020/05/06)
|
12 | 39 |
|
13 | 40 | #### Breaking Changes
|
|
0 commit comments