Skip to content

Commit 522edcd

Browse files
1 parent 3fff7ca commit 522edcd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/socket.io-parser/CHANGELOG.md

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

33
| Version | Release date |
44
|-------------------------------------------------------------------------------------------------------------|----------------|
5+
| [4.2.6](#426-2026-03-17) | March 2026 |
56
| [4.2.5](#425-2025-12-23) | December 2025 |
67
| [3.3.4](#334-2024-07-22) (from the [3.3.x](https://github.com/socketio/socket.io-parser/tree/3.3.x) branch) | July 2024 |
78
| [4.2.4](#424-2023-05-31) | May 2023 |
@@ -34,6 +35,15 @@
3435
| [3.3.0](#330-2018-11-07) | November 2018 |
3536

3637

38+
## [4.2.6](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.5...socket.io-parser@4.2.6) (2026-03-17)
39+
40+
41+
### Bug Fixes
42+
43+
* **parser:** add a limit to the number of binary attachments ([3fff7ca](https://github.com/socketio/socket/commit/3fff7cafa98f1ba5840475b6917c651fe841a943))
44+
45+
46+
3747
## [4.2.5](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.4...socket.io-parser@4.2.5) (2025-12-23)
3848

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

packages/socket.io-parser/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-parser",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "socket.io protocol parser",
55
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme",
66
"repository": {

0 commit comments

Comments
 (0)