Skip to content

Releases: socketio/socket.io

socket.io@4.8.2

22 Dec 16:48
dd71792

Choose a tag to compare

The url.parse() function is now deprecated and has been replaced by new URL() (see 8af7019).

Bug Fixes

  • call adapter.init() when creating each namespace (f3e1f5e)
  • improve io.close() function (#5344) (bb0b480)

Dependencies

socket.io-client@4.8.2

22 Dec 15:59
fd9d4ca

Choose a tag to compare

Bug Fixes

  • bundle: do not mangle the "_placeholder" attribute (bis) (cdae019)
  • drain queue before emitting "connect" (#5259) (d19928e)

Dependencies

engine.io@6.6.5

22 Dec 15:58
0a99ac4

Choose a tag to compare

The url.parse() function is now deprecated and has been replaced by new URL() (see e08293b).

Dependencies

@socket.io/cluster-adapter@0.3.0

18 Oct 07:57
47ff1cd

Choose a tag to compare

This release contains an important refactor of the adapter (this commit), as most of the logic has been moved in the ClusterAdapter class of the socket.io-adapter package.

Besides, the @socket.io/cluster-adapter package is now part of the socket.io monorepo.

engine.io@6.6.4

28 Jan 08:28
72d61da

Choose a tag to compare

The bump of the cookie dependency was reverted, as it drops support for older Node.js versions (< 14).

Dependencies

engine.io@6.6.3

23 Jan 06:59
62e4da1

Choose a tag to compare

This release contains a bump of the cookie dependency.

Release notes: https://github.com/jshttp/cookie/releases/tag/v1.0.0

Dependencies

engine.io-client@6.6.3

23 Jan 06:50
bfa6eab

Choose a tag to compare

Bug Fixes

Dependencies

socket.io@4.8.1

25 Oct 06:17
91e1c8b

Choose a tag to compare

Due to a change in the bundler configuration, the production bundle (socket.io.min.js) did not support sending and receiving binary data in version 4.8.0. This is now fixed.

Dependencies

socket.io-client@4.8.1

25 Oct 06:16
8d5528a

Choose a tag to compare

Bug Fixes

  • bundle: do not mangle the "_placeholder" attribute (ca9e994)

Dependencies

engine.io-client@6.6.2

25 Oct 06:15
029e010

Choose a tag to compare

Bug Fixes

  • types: remove ws type from .d.ts file (175a2c5)
  • prevent infinite loop with Node.js built-in WebSocket (4865f2e)

Dependencies