Skip to content

Releases: socketio/socket.io

socket.io-parser@4.2.6

17 Mar 14:03
522edcd

Choose a tag to compare

This release includes a fix for CVE-2026-33151. Please upgrade as soon as possible.

Bug Fixes

  • add a limit to the number of binary attachments (b25738c)

socket.io-parser@3.4.4

18 Mar 08:21
082b683

Choose a tag to compare

This release includes a fix for CVE-2026-33151. Please upgrade as soon as possible.

Bug Fixes

  • add a limit to the number of binary attachments (719f9eb)

socket.io-parser@3.3.5

18 Mar 08:19
17bc1d6

Choose a tag to compare

This release includes a fix for CVE-2026-33151. Please upgrade as soon as possible.

Bug Fixes

  • add a limit to the number of binary attachments (9d39f1f)

engine.io@6.6.6

10 Mar 10:01
84c2fb7

Choose a tag to compare

Bug Fixes

  • add @types/ws as dependency (#5458) (07cbe15)
  • uws: emit initial_headers and headers events in uServer (#5460) (44ed73f)

Dependencies

socket.io@4.8.3

18 Mar 08:25
9978574

Choose a tag to compare

Bug Fixes

  • do not throw when calling io.close() on a stopped server (9581f9b)

Dependencies

socket.io-parser@4.2.5

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.

socket.io-client@4.8.3

18 Mar 08:24
e9e5bed

Choose a tag to compare

There were some minor bug fixes on the server side, which mandate a client bump.

Dependencies

socket.io-adapter@2.5.6

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

engine.io-client@6.6.4

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

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