chore(release): socket.io-parser@4.2.6

Diff: https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.5...socket.io-parser@4.2.6
This commit is contained in:
Damien Arrachequesne
2026-03-17 10:53:22 +01:00
parent 3fff7cafa9
commit 522edcdbb8
2 changed files with 11 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
| Version | Release date |
|-------------------------------------------------------------------------------------------------------------|----------------|
| [4.2.6](#426-2026-03-17) | March 2026 |
| [4.2.5](#425-2025-12-23) | December 2025 |
| [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 |
| [4.2.4](#424-2023-05-31) | May 2023 |
@@ -34,6 +35,15 @@
| [3.3.0](#330-2018-11-07) | November 2018 |
## [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)
### Bug Fixes
* **parser:** add a limit to the number of binary attachments ([3fff7ca](https://github.com/socketio/socket/commit/3fff7cafa98f1ba5840475b6917c651fe841a943))
## [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)
This release contains a bump of `debug` from `~4.3.1` to `~4.4.1`.

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io-parser",
"version": "4.2.5",
"version": "4.2.6",
"description": "socket.io protocol parser",
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme",
"repository": {