Skip to content

Commit f0af883

Browse files
docs: add missing versions in the changelog
Related: GHSA-qm95-pgcg-qqfq
1 parent 5a2ccff commit f0af883

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# History
2+
3+
## 2022
4+
5+
- [3.3.3](#333-2022-11-09) (Nov 2022) (from the [3.3.x](https://github.com/socketio/socket.io-parser/tree/3.3.x) branch)
6+
- [3.4.2](#342-2022-11-09) (Nov 2022) (from the [3.4.x](https://github.com/socketio/socket.io-parser/tree/3.4.x) branch)
7+
- [4.0.5](#405-2022-06-27) (Jun 2022) (from the [4.0.x](https://github.com/socketio/socket.io-parser/tree/4.0.x) branch)
8+
- [4.2.1](#421-2022-06-27) (Jun 2022)
9+
- [4.2.0](#420-2022-04-17) (Apr 2022)
10+
- [4.1.2](#412-2022-02-17) (Feb 2022)
11+
12+
## 2021
13+
14+
- [4.1.1](#411-2021-10-14) (Oct 2021)
15+
- [4.1.0](#410-2021-10-11) (Oct 2021)
16+
- [4.0.4](#404-2021-01-15) (Jan 2021)
17+
- [3.3.2](#332-2021-01-09) (Jan 2021) (from the [3.3.x](https://github.com/socketio/socket.io-parser/tree/3.3.x) branch)
18+
- [4.0.3](#403-2021-01-05) (Jan 2021)
19+
20+
## 2020
21+
22+
- [4.0.2](#402-2020-11-25) (Nov 2020)
23+
- [4.0.1](#401-2020-11-05) (Nov 2020)
24+
- [3.3.1](#331-2020-09-30) (Sep 2020) (from the [3.3.x](https://github.com/socketio/socket.io-parser/tree/3.3.x) branch)
25+
- [**4.0.0**](#400-2020-09-28) (Sep 2020)
26+
- [3.4.1](#341-2020-05-13) (May 2020)
27+
28+
## 2019
29+
30+
- [3.4.0](#340-2019-09-20) (Sep 2019)
31+
32+
## 2018
33+
34+
- [3.3.0](#330-2018-11-07) (Nov 2018)
35+
36+
37+
38+
# Release notes
39+
40+
## [3.3.3](https://github.com/Automattic/socket.io-parser/compare/3.3.2...3.3.3) (2022-11-09)
41+
42+
43+
### Bug Fixes
44+
45+
* check the format of the index of each attachment ([fb21e42](https://github.com/Automattic/socket.io-parser/commit/fb21e422fc193b34347395a33e0f625bebc09983))
46+
47+
48+
49+
## [3.4.2](https://github.com/socketio/socket.io-parser/compare/3.4.1...3.4.2) (2022-11-09)
50+
51+
52+
### Bug Fixes
53+
54+
* check the format of the index of each attachment ([04d23ce](https://github.com/socketio/socket.io-parser/commit/04d23cecafe1b859fb03e0cbf6ba3b74dff56d14))
55+
56+
57+
158
## [4.2.1](https://github.com/socketio/socket.io-parser/compare/4.2.0...4.2.1) (2022-06-27)
259

360

@@ -7,6 +64,15 @@
764

865

966

67+
## [4.0.5](https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5) (2022-06-27)
68+
69+
70+
### Bug Fixes
71+
72+
* check the format of the index of each attachment ([b559f05](https://github.com/socketio/socket.io-parser/commit/b559f050ee02bd90bd853b9823f8de7fa94a80d4))
73+
74+
75+
1076
# [4.2.0](https://github.com/socketio/socket.io-parser/compare/4.1.2...4.2.0) (2022-04-17)
1177

1278

@@ -44,6 +110,16 @@
44110
* allow integers as event names ([1c220dd](https://github.com/socketio/socket.io-parser/commit/1c220ddbf45ea4b44bc8dbf6f9ae245f672ba1b9))
45111

46112

113+
114+
## [3.3.2](https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2) (2021-01-09)
115+
116+
117+
### Bug Fixes
118+
119+
* prevent DoS (OOM) via massive packets ([#95](https://github.com/Automattic/socket.io-parser/issues/95)) ([89197a0](https://github.com/Automattic/socket.io-parser/commit/89197a05c43b18cc4569fd178d56e7bb8f403865))
120+
121+
122+
47123
## [4.0.3](https://github.com/socketio/socket.io-parser/compare/4.0.2...4.0.3) (2021-01-05)
48124

49125

@@ -122,3 +198,16 @@ There is a breaking API change (see below), but the exchange [protocol](https://
122198
### Bug Fixes
123199

124200
* prevent DoS (OOM) via massive packets ([#95](https://github.com/socketio/socket.io-parser/issues/95)) ([dcb942d](https://github.com/socketio/socket.io-parser/commit/dcb942d24db97162ad16a67c2a0cf30875342d55))
201+
202+
203+
204+
## [3.4.0](https://github.com/socketio/socket.io-parser/compare/3.3.0...3.4.0) (2019-09-20)
205+
206+
207+
208+
## [3.3.0](https://github.com/socketio/socket.io-parser/compare/3.2.0...3.3.0) (2018-11-07)
209+
210+
211+
### Bug Fixes
212+
213+
* remove any reference to the `global` variable ([b47efb2](https://github.com/socketio/socket.io-parser/commit/b47efb2))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy