Skip to content

Releases: websockets/ws

7.5.7

07 Feb 19:39
Compare
Choose a tag to compare

Bug fixes

8.4.2

14 Jan 14:32
Compare
Choose a tag to compare

Bug fixes

  • Fixed a data framing issue introduced in version 8.4.1 (#2004).

8.4.1

13 Jan 20:04
Compare
Choose a tag to compare

Notable changes

  • To improve performance, strings sent via websocket.ping(),
    websocket.pong(), and websocket.send() are no longer converted to
    Buffers if the data does not need to be masked (#2000).

8.4.0

20 Dec 20:11
Compare
Choose a tag to compare

Features

  • Added ability to generate custom masking keys (#1990).

8.3.0

23 Nov 14:43
Compare
Choose a tag to compare

Features

  • Added ability to pause and resume a WebSocket (0a8c7a9).

Bug fixes

  • Fixed a bug that could prevent the connection from being closed cleanly when
    using the stream API (ed2b803).
  • When following redirects, an error is now emitted and not thrown if the
    redirect URL is invalid (#1980).

7.5.6

23 Nov 19:29
Compare
Choose a tag to compare

Bug fixes

8.2.3

02 Oct 18:38
Compare
Choose a tag to compare

Bug fixes

  • When context takeover is enabled, messages are now compressed even if their size
    is below the value of the perMessageDeflate.threshold option (41ae563).

8.2.2

08 Sep 19:45
Compare
Choose a tag to compare

Bug fixes

  • Some closing operations are now run only if needed (ec9377c).

7.5.5

08 Sep 19:40
Compare
Choose a tag to compare

Bug fixes

8.2.1

28 Aug 15:17
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where the socket was not resumed, preventing the connection
    from being closed cleanly (869c989).