Skip to content

Releases: websockets/ws

8.14.1

08 Sep 16:17
Compare
Choose a tag to compare

Bug fixes

  • Improved the reliability of two tests for CITGM (fd3c64c).

8.14.0

06 Sep 14:04
Compare
Choose a tag to compare

Features

  • The WebSocket constructor now accepts HTTP(S) URLs (#2162).
  • The socket argument of server.handleUpgrade() can now be a generic
    Duplex stream (#2165).

Other notable changes

  • At most one event per microtask is now emitted (#2160).

8.13.0

10 Mar 17:56
Compare
Choose a tag to compare

Features

  • Added the finishRequest option to support late addition of headers (#2123).

8.12.1

13 Feb 20:19
Compare
Choose a tag to compare

Bug fixes

  • Added browser condition to package.json (#2118).

8.12.0

07 Jan 19:42
Compare
Choose a tag to compare

Features

  • Added support for utf-8-validate@6 (ff63bba).

Other notable changes

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