Releases: websockets/ws
Releases · websockets/ws
6.1.4
Bug fixes
Fixed an issue that caused the Host
header to always include a port (#1510 ).
6.1.3
Bug fixes
Fixed a bug that, under certain circumstances, prevented the close frame from
being parsed (#1494 ).
6.1.2
Bug fixes
Restored compatibility with Node.js < 6.13.0 (26436e0 ).
6.1.1
Bug fixes
Queued messages to send are now discarded if the permessage-deflate is enabled
and the socket closes prematurely (#1464 , #1471 ).
6.1.0
Features
The WebSocket server now emits a 'close'
event when the server
closes (#1453 ).
6.0.0
Breaking changes
Dropped support for Node.js 4 (d73885c ).
8000
Added a shim that throws an error when used if the package is bundled for the
browser (#1345 ).
Added a maxPayload
option on the client. Defaults to 100 MiB (#1402 ).
Dropped support for the memLevel
and level
options. Use
zlibDeflateOptions
instead. (80e2002 ).
5.2.1
Bug fixes
Fixed a bug that could prevent buffered data from being processed under
certain circumstances (6046a28 ).
5.2.0
Features
Added ability to specify custom headers when rejecting the handshake (#1379 ).
You can’t perform that action at this time.