Sourced from socket.io's releases.
4.1.1
Bug Fixes
- typings: properly type server-side events (b84ed1e)
- typings: properly type the adapter attribute (891b187)
Links:
- Diff: https://github.com/socketio/socket.io/compare/4.1.0...4.1.1
- Client release: 4.1.1
- engine.io version:
~5.1.0- ws version:
~7.4.24.1.0
Blog post: https://socket.io/blog/socket-io-4-1-0/
Features
- add support for inter-server communication (93cce05)
- notify upon namespace creation (499c892)
- add a "connection_error" event (7096e98, from
engine.io)- add the "initial_headers" and "headers" events (2527543, from
engine.io)Links:
- Diff: https://github.com/socketio/socket.io/compare/4.0.2...4.1.0
- Client release: 4.1.0
- engine.io version:
~5.1.0- ws version:
~7.4.24.0.2
Bug Fixes
Links:
- Diff: https://github.com/socketio/socket.io/compare/4.0.1...4.0.2
- Client release: 4.0.2
- engine.io version:
~5.0.0- ws version:
~7.4.2
Sourced from socket.io's changelog.
4.1.1 (2021-05-11)
Bug Fixes
- typings: properly type server-side events (b84ed1e)
- typings: properly type the adapter attribute (891b187)
4.1.0 (2021-05-11)
Features
- add support for inter-server communication (93cce05)
- notify upon namespace creation (499c892)
- add a "connection_error" event (7096e98, from
engine.io)- add the "initial_headers" and "headers" events (2527543, from
engine.io)Performance Improvements
- add support for the "wsPreEncoded" writing option (dc381b7)
4.0.2 (2021-05-06)
Bug Fixes
995f38f chore(release): 4.1.1891b187 fix(typings): properly type the adapter attributeb84ed1e fix(typings): properly type server-side eventsfb6b0ef chore(release): 4.1.095d9e4a test: fix randomly failing test499c892 feat: notify upon namespace creation93cce05 feat: add support for inter-server communicationdc381b7 perf: add support for the "wsPreEncoded" writing option9fff034 chore(release): 4.0.2b81ce4c fix(typings): make "engine" attribute public