Bump Java-WebSocket from 1.5.2 to 1.5.3
Bumps Java-WebSocket from 1.5.2 to 1.5.3.
Release notes
Sourced from Java-WebSocket's releases.
Release 1.5.3
Notable changes:
- Issue 1230 - CONTINUOUS should be decoded depending on the first frame (PR 1232 by @marci4)
- Issue 1203 - Lost connection detection not working on delayed connect-Call (PR 1204 by @marci4)
- Issue 1160 -
WebSocketWorker
does not handleThrowable
(PR 1223 by @Serpion-ua)- PR 1227 - Correct web socket closing, by @Serpion-ua
- PR 1223 - Issue-1160 Added java.lang.Error handling in WebSocketImpl and WebSocketServer, by @Serpion-ua
- PR 1212 - high cpu when channel close exception fix, by @Adeptius
Check out the changelog and the milestone for more information.
A special thanks to all the contributors of this release: @PhilipRoman @Adeptius @vtsykun @Serpion-ua
Changelog
Sourced from Java-WebSocket's changelog.
Version Release 1.5.3 (2022/04/09)
Bugs Fixed
- Issue 1230 - CONTINUOUS should be decoded depending on the first frame (PR 1232 by @marci4)
- Issue 1203 - Lost connection detection not working on delayed connect-Call (PR 1204 by @marci4)
- Issue 1164 - [Android & Node.js Server] Problem using PerMessageDeflateExtension with custom ping/pong messages ? (PR 1165 by @marci4)
- Issue 1160 -
WebSocketWorker
does not handleThrowable
(PR 1223 by @Serpion-ua)- Issue 1142 - Verifying server certificate (PR 1143 by @marci4)
- PR 1227 - Correct web socket closing, by @Serpion-ua
- PR 1223 - Issue-1160 Added java.lang.Error handling in WebSocketImpl and WebSocketServer, by @Serpion-ua
- PR 1212 - high cpu when channel close exception fix, by @Adeptius
New Features
In this release 5 issues and 8 pull requests were closed.
###############################################################################
Commits
-
03fdb9c
Merge pull request #1237 from marci4/UpdateChangelog1.5.3 -
5ff6ede
Update changelog and readme -
5d84099
Merge pull request #1232 from marci4/Issue1230 -
8f1f8e4
Fix formatting -
a4d23c3
Fixes #1230 Adjust the handling of RSV1/RSV2/RSV3 in the translateSingleFrame -
2c9b091
Merge pull request #1227 from Serpion-ua/correctWebSocketClosing -
d00a606
Correct web socket closing: removing unnecessary web socket closing in case o... -
569884f
Merge branch 'master' into correctWebSocketClosing -
46ae001
Merge pull request #1223 from Serpion-ua/master -
ebed7cf
Correct closing web socket connections in case of fatal server stopping - Additional commits viewable in compare view