Sourced from ws's releases.
8.4.0
Features
- Added ability to generate custom masking keys (https://github.com/facebook/flipper/issues/1990).
8.3.0
Features
- Added ability to pause and resume a
WebSocket(0a8c7a9c).Bug fixes
- Fixed a bug that could prevent the connection from being closed cleanly when using the stream API (ed2b8039).
- When following redirects, an error is now emitted and not thrown if the redirect URL is invalid (https://github.com/facebook/flipper/issues/1980).
00c34d7 [dist] 8.4.035d45c2 [perf] Skip masking and unmasking if the masking key is zeroeb2e3a8 [feature] Introduce the generateMask optionc82b087 [dist] 8.3.00a8c7a9 [api] Add WebSocket#pause() and WebSocket#resume()ed2b803 [fix] Resume the socket in the CLOSING stateb8186dd [fix] Do not throw if the redirect URL is invalid (https://github.com/facebook/flipper/issues/1980)5a905e4 [minor] Add missing label to the issue form89d81e8 [minor] Fix nit4916d03 [minor] Allow to write frames with up to 2^48 - 1 bytes of data (https://github.com/facebook/flipper/issues/1973)