Releases: websockets/ws
Releases · websockets/ws
6.1.2
6.1.1
6.1.0
6.0.0
Breaking changes
- Dropped support for Node.js 4 (d73885c).
- 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
andlevel
options. Use
zlibDeflateOptions
instead. (80e2002).
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.0
Breaking changes
- Dropped support for Node.js < 4.5.0 (#1313).
- The connection is no longer closed if the server does not agree to any of
the client's requested subprotocols (#1312). net.Socket
errors are no longer re-emitted (a4050db).
Features
- Read backpressure is now properly handled when permessage-deflate is enabled
(#1302).