Releases: socketio/socket.io-parser
Releases · socketio/socket.io-parser
4.0.1-rc1
Features
- add support for a payload in a CONNECT packet (78f9fc2)
Links
4.0.0
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)
Links
3.4.1
Bug Fixes
- prevent DoS (OOM) via massive packets (#95) (dcb942d)
Links
3.4.0
This release mostly contains a bump of the debug
package.
Links
3.3.0
Bug Fixes
- remove any reference to the
global
variable (b47efb2)
Links
3.2.0
Bug fixes
- properly detect typed arrays (#85)
- properly handle JSON.stringify errors (#84)
Note
Binary detection was removed from the package (revert of #66), so that we can disable the binary check earlier in the chain.
Links
3.1.3
Bug fixes
- use ArrayBuffer.isView to check for typed arrays (#82)
- ensure packet data is an array (#83)
#### Links
3.1.2
- [chore] Bump has-binary2 to version 1.0.2 (#70)
- [fix] Fix Blob detection for iOS 8/9 (#69)
3.1.1
- [fix] Ensure globals are functions before running
instanceof
(#68)