Skip to content

Commit 4faff49

Browse files
1 parent 8413bce commit 4faff49

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

packages/socket.io-adapter/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release date |
44
|------------------------------|----------------|
5+
| [2.5.7](#257-2026-05-20) | May 2026 |
56
| [2.5.6](#256-2025-12-23) | December 2025 |
67
| [2.5.5](#255-2024-06-18) | June 2024 |
78
| [2.5.4](#254-2024-02-22) | February 2024 |
@@ -21,6 +22,20 @@
2122
| [2.0.1](#201-2020-09-28) | September 2020 |
2223
| [**2.0.0**](#200-2020-09-25) | September 2020 |
2324

25+
## [2.5.7](https://github.com/socketio/socket.io/compare/socket.io-adapter@2.5.6...socket.io-adapter@2.5.7) (2026-05-20)
26+
27+
The `ws` dependency was bumped to `~8.20.1` following [CVE-2026-45736](https://github.com/advisories/GHSA-58qx-3vcg-4xpx).
28+
29+
Note from the `ws` maintainers:
30+
31+
> Although the calculated CVSS severity is medium, the actual severity is believed to be low, as the flaw is only exploitable through misuse that is unlikely in practice.
32+
33+
34+
### Bug Fixes
35+
36+
* do not skip local broadcast when publishAndReturnOffset throws ([#5457](https://github.com/socketio/socket/issues/5457)) ([f630158](https://github.com/socketio/socket/commit/f6301588ca65de270ecfe22da9023d7ec79ba23a))
37+
38+
2439

2540
## [2.5.6](https://github.com/socketio/socket.io/compare/socket.io-adapter@2.5.5...socket.io-adapter@2.5.6) (2025-12-23)
2641

packages/socket.io-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-adapter",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"license": "MIT",
55
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-adapter#readme",
66
"repository": {

0 commit comments

Comments
 (0)