Skip to content

Releases: websockets/ws

8.11.0

06 Nov 19:47
Compare
Choose a tag to compare

Features

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

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
    (1cec17d).

8.10.0

24 Oct 19:04
Compare
Choose a tag to compare

Features

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

8.9.0

22 Sep 20:18
Compare
Choose a tag to compare

Features

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

8.8.1

15 Jul 15:55
Compare
Choose a tag to compare

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 (bc8bd34).

7.5.9

15 Jul 15:27
Compare
Choose a tag to compare

Bug fixes

8.8.0

09 Jun 17:21
Compare
Choose a tag to compare

Features

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

8.7.0

26 May 17:31
Compare
Choose a tag to compare

Features

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

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" (0fdcc0a).
  • The Authorization and Cookie headers are no longer sent when following an
    insecure redirect (wss: to ws:) to the same host (d68ba9e).

7.5.8

26 May 17:31
Compare
Choose a tag to compare

Bug fixes

8.6.0

01 May 19:08
Compare
Choose a tag to compare

Features

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

8.5.0

07 Feb 19:31
Compare
Choose a tag to compare

Features

  • Added the ability to use a custom WebSocket class on the server (#2007).

Bug fixes

  • When following redirects, the Authorization and Cookie headers are no
    longer sent if the redirect host is different from the original host (#2013).