Ws Versions Save

Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

8.11.0

1 year ago

Features

  • WebSocket.prototype.addEventListener() now supports an event listener specified as an object with a handleEvent() method. (9ab743aa).

Bug fixes

  • WebSocket.prototype.addEventListener() now adds an event listener only if it is not already in the list of the event listeners for the specified event type (1cec17da).

8.10.0

1 year ago

Features

  • Added an export for package.json (211d5d38).

8.9.0

1 year ago

Features

  • Added the ability to connect to Windows named pipes (#2079).

8.8.1

1 year ago

Bug fixes

  • The Authorization and Cookie headers are no longer sent if the original request for the opening handshake is sent to an IPC server and the client is redirected to another IPC server (bc8bd34e).

7.5.9

1 year ago

Bug fixes

  • Backported bc8bd34e to the 7.x release line (0435e6e1).

8.8.0

1 year ago

Features

  • Added the WS_NO_BUFFER_UTIL and WS_NO_UTF_8_VALIDATE environment variables (becf237c).

8.7.0

1 year ago

Features

  • Added the ability to inspect the invalid handshake requests and respond to them with a custom HTTP response. (6e5a5ce3).

Bug fixes

  • The handshake is now aborted if the Upgrade header field value in the HTTP response is not a case-insensitive match for the value "websocket" (0fdcc0af).
  • The Authorization and Cookie headers are no longer sent when following an insecure redirect (wss: to ws:) to the same host (d68ba9e1).

7.5.8

1 year ago

Bug fixes

  • Backported 0fdcc0af to the 7.x release line (2758ed35).
  • Backported d68ba9e1 to the 7.x release line (dc1781bc).

8.6.0

2 years ago

Features

  • Added the ability to remove confidential headers on a per-redirect basis (#2030).

7.5.7

2 years ago

Bug fixes

  • Backported 6946f5fe to the 7.x release line (1f72e2e1).