Update dependency ws to v5 (main) #158
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.3.3→^5.0.0By merging this PR, the issue #118 will be automatically resolved and closed:
Release Notes
websockets/ws (ws)
v5.2.4Compare Source
Bug fixes
e55e510to the 5.x release line (4abd8f6).v5.2.3Compare Source
Bug fixes
00c425eto the 5.x release line (76d47c1).v5.2.2Compare Source
Bug fixes
6046a28(8aba871).v5.2.1Compare Source
Bug fixes
certain circumstances (
6046a28).v5.2.0Compare Source
Features
v5.1.1Compare Source
Bug fixes
9e152f9(#1347).v5.1.0Compare Source
Features
addressargument of theWebSocketconstructor can now be aURLinstance (#1329).
optionsargument of theWebSocketconstructor now accepts any TLSoption that is also accepted by
https.request()(#1332).v5.0.0Compare Source
Breaking changes
the client's requested subprotocols (#1312).
net.Socketerrors are no longer re-emitted (a4050db).Features
(#1302).
v4.1.0Compare Source
Features
WebSocketServer.prototype.address()(#1294).zlib{Deflate,Inflate}Optionsoptions (#1306).v4.0.0Compare Source
Breaking changes
no status code (
a31b1f6).695c5ea).onerrorevent handler now receives anErrorEventinstead of JavaScripterror (
63e275e).WebSocket.prototype.ping()andWebSocket.prototype.pong()is no longer a boolean but an optional callback(
30c9f71).protocolVersionandbytesReceivedattributes have beenremoved (
30c9f71...ee9b5f3).extensionsattribute is no longer an object but a string representingthe extensions selected by the server (
fdec524).'headers'event on the client has been renamed to'upgrade'. Listenersof this event now receive only the
responseargument (1c783c2).WebSocket.prototype.pause()andWebSocket.prototype.resume()methodshave been removed to prevent the user from interfering with the state of the
underlying
net.Socketstream (a206e98).