Skip to content

Releases: websockets/ws

3.3.0

04 Nov 09:24
Compare
Choose a tag to compare

Features

  • Added ecdhCurve option (#1228).

3.2.0

15 Sep 06:04
Compare
Choose a tag to compare

Features

  • Added ability to specify the compression level (#1199).
  • Added ability to limit the number of concurrent calls to zlib (#1204).

3.1.0

27 Jul 06:06
Compare
Choose a tag to compare

Features

  • Added ability to specify the handshake request timeout (#1177).

Bug fixes

  • Fixed an issue where CloseEvent#wasClean was incorrectly set to false for
    close codes in the 3000-4999 range (#1146).

3.0.0

17 May 07:14
Compare
Choose a tag to compare

Breaking changes

  • Removed the upgradeReq property (#1099).
  • Removed unnecessary events (#1100).
  • Removed the flags argument from the 'message', 'ping', and 'pong'
    events (#1101).
  • The permessage-deflate extension is now disabled by default on the server
    (#1107).

2.3.1

20 Apr 17:42
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue that prevented WebSocket.prototype.close() from working
    properly when called from a listener of the headers event (732aaf0).

2.3.0

20 Apr 14:04
Compare
Choose a tag to compare

Features

  • All hooks have now access to the upgrade request (#1070).
  • The WebSocket client now emits a headers event (#1082).

2.2.3

03 Apr 10:07
Compare
Choose a tag to compare

Notable changes

  • Added support for Node.js 4.1.0 - 4.4.7 (#1059).

Bug fixes

  • Fixed a bug that caused the options argument to be reassigned when
    protocols was null (20bd7c7).

2.2.2

21 Mar 20:56
Compare
Choose a tag to compare

Bug fixes

  • Fixed a linter issue that prevented tests from running on CITGM (#1050).

2.2.1

13 Mar 07:14
Compare
Choose a tag to compare

Bug fixes

  • WebSocket.prototype.terminate() now closes the connection immediately even
    if the other peer fails to work properly (#1033).

1.1.4

11 Mar 11:23
Compare
Choose a tag to compare

Notable changes

  • Removed istanbul coverage folder from npm package (fac50ac).