4.0.4 (2021-01-15)
Bug Fixes
- allow integers as event names (1c220dd)
4.0.3 (2021-01-05)
4.0.2 (2020-11-25)
Bug Fixes
4.0.1 (2020-11-05)
Features
- move binary detection back to the parser (285e7cd)
- add support for a payload in a CONNECT packet (78f9fc2)
Bug Fixes
- do not catch encoding errors (aeae87c)
- throw upon invalid payload format (c327acb)
BREAKING CHANGES
- the encode method is now synchronous (28d4f03)
Features
- move binary detection back to the parser (285e7cd)
Features
- add support for a payload in a CONNECT packet (78f9fc2)
3.3.1 (2020-09-30)
4.0.0 (2020-09-28)
This release will be included in Socket.IO v3.
There is a breaking API change (see below), but the exchange protocol is left untouched and thus stays in version 4.
Bug Fixes
- do not catch encoding errors (aeae87c)
- throw upon invalid payload format (c327acb)
BREAKING CHANGES
- the encode method is now synchronous (28d4f03)
3.4.1 (2020-05-13)
Bug Fixes
- prevent DoS (OOM) via massive packets (#95) (dcb942d)