6.4 KiB
6.4 KiB
5.0.1 (2021-03-31)
Bug Fixes
- ignore packets when the transport is silently closed (d291a4c)
5.0.0 (2021-03-10)
The major bump is due to a breaking change on the server side.
Features
3.5.1 (2021-03-02)
Bug Fixes
- replace default nulls in SSL options with undefineds (d0c551c)
4.1.2 (2021-02-25)
Bug Fixes
- silently close the transport in the beforeunload hook (ed48b5d)
4.1.1 (2021-02-02)
Bug Fixes
- remove polyfill for process in the bundle (c95fdea)
4.1.0 (2021-01-14)
Features
- add missing ws options (d134fee)
4.0.6 (2021-01-04)
3.5.0 (2020-12-30)
Bug Fixes
- check the type of the initial packet (8750356)
4.0.5 (2020-12-07)
4.0.4 (2020-11-17)
Bug Fixes
- check the type of the initial packet (1c8cba8)
- restore the cherry-picking of the WebSocket options (4873a23)
4.0.3 (2020-11-17)
Bug Fixes
- react-native: add a default value for the withCredentials option (ccb99e3)
- react-native: exclude the localAddress option (177b95f)
4.0.2 (2020-11-09)
4.0.1 (2020-10-21)
3.4.4 (2020-09-30)
4.0.0 (2020-09-10)
More details about this release in the blog post: https://socket.io/blog/engine-io-4-release/
Bug Fixes
- react-native: restrict the list of options for the WebSocket object (2f5c948)
- use globalThis polyfill instead of self/global (#634) (3f3a6f9)
Features
- strip debug from the browser bundle (f7ba966)
Links
- Diff: v4.0.0-alpha.1...4.0.0
- Full diff: 3.4.0...4.0.0
- Server release: 4.0.0
- ws version: ~7.2.1
3.4.1 (2020-04-17)
Bug Fixes
- use globalThis polyfill instead of self/global (357f01d)
Links
- Diff: 3.4.0...3.4.1
- Server release: 3.4.1
- ws version: ~6.1.0
4.0.0-alpha.1 (2020-02-12)
Bug Fixes
- properly assign options when creating the transport (7c7f1a9)
Links
- Diff: v4.0.0-alpha.0...v4.0.0-alpha.1
- Server release: v4.0.0-alpha.1
- ws version: ~7.2.1
4.0.0-alpha.0 (2020-02-12)
chore
- migrate to webpack 4 (11dc4f3)
Features
- reverse the ping-pong mechanism (81d7171)
BREAKING CHANGES
-
v3.x clients will not be able to connect anymore (they will send a ping packet and timeout while waiting for a pong packet).
-
the output bundle will now be found in the dist/ folder.
Links
- Diff: 3.4.0...v4.0.0-alpha.0
- Server release: v4.0.0-alpha.0
- ws version: ~7.2.1