WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: socketio/socket.io

[email protected]

23 Dec 12:33
ee9aac3

Choose a tag to compare

This release contains a bump of debug from ~4.3.1 to ~4.4.1.

[email protected]

23 Dec 12:33
968277c

Choose a tag to compare

This release contains a bump of:

  • ws from ~8.17.1 to ~8.18.3
  • debug from ~4.3.1 to ~4.4.1

[email protected]

23 Dec 12:32
2bf16bd

Choose a tag to compare

This release contains a bump of:

  • ws from ~8.17.1 to ~8.18.3
  • debug from ~4.3.1 to ~4.4.1

Bug Fixes

Dependencies

[email protected]

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

[email protected]

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

[email protected]

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/[email protected]

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.

[email protected]

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

[email protected]

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

[email protected]

23 Jan 06:50
bfa6eab

Choose a tag to compare

Bug Fixes

Dependencies