Releases: zishang520/socket.io
Releases Β· zishang520/socket.io
v2.3.6
Bug Fixes
- security updates
Destructive update
- no yet
Features
- no yet
Links:
- Diff: v2.3.5...v2.3.6
- socket.io for nodejs: 4.7.5 (mark it)
v2.3.5
Bug Fixes
- fix: resolve issue where
socket.Server.Emitfails to broadcast data to the root namespace. #71
Destructive update
- no yet
Features
- no yet
Links:
- Diff: v2.3.4...v2.3.5
- socket.io for nodejs: 4.7.5 (mark it)
v2.3.4
Bug Fixes
- fix: resolve packet sequence errors when sending binary and non-binary data across multiple threads. #70
Destructive update
- no yet
Features
- no yet
Links:
- Diff: v2.3.3...v2.3.4
- socket.io for nodejs: 4.7.5 (mark it)
v2.3.3
Bug Fixes
- fix: merge missing config
Destructive update
- no yet
Features
- no yet
Links:
- Diff: v2.3.2...v2.3.3
- socket.io for nodejs: 4.7.5 (mark it)
v2.3.2
Bug Fixes
- no yet
Destructive update
- no yet
Features
- refactor
ClusterAdapterWithHeartbeat: updatedSetOptsparameter to acceptanytype, allowing configuration retrieval through type assertion. This enhances compatibility with future rAdapter implementations.
Links:
- Diff: v2.3.1...v2.3.2
- socket.io for nodejs: 4.7.5 (mark it)
v2.3.1
Bug Fixes
- fix the problem that
closeevent may be executed repeatedly
Destructive update
- delete
adapter.AdapterConstructorreference
Features
- no yet
Links:
- Diff: v2.3.0...v2.3.1
- socket.io for nodejs: 4.7.5 (mark it)
v2.3.0
Bug Fixes
- Fixed
acktype forSERVER_SIDE_EMITmessage inClusterAdapter. - Fixed null pointer issue that could occur when
EncodeOptionsandDecodeOptionsparameters arenil.
Destructive update
- The parameters of the
Namespace.OnServerSideEmitmethod changed from (string, ...any) to ([]any).
Features
- Refactored adapter for improved cluster support and message handling.
- Opened up helper functions for reuse in other adapters.
- Refactored
ServerSideEmitandServerSideEmitWithAckmethods for better structure.
Links:
- Diff: v2.2.2...v2.3.0
- socket.io for nodejs: 4.7.5 (mark it)
v2.2.2
Bug Fixes
- no yet.
Destructive update
SeesionDatarenamed toSessionData
Features
- no yet.
Links:
- Diff: v2.2.1...v2.2.2
- socket.io for nodejs: 4.7.5 (mark it)
v2.2.1
Bug Fixes
- fix: fix broadcasting from a parent namespace
Destructive update
NewAdapterNewrenamed toNewAdapter
Features
- no yet.
Links:
- Diff: v2.2.0...v2.2.1
- socket.io for nodejs: 4.7.5 (mark it)
v2.2.0
Bug Fixes
- no yet.
Destructive update
- (refactor):
NamespaceInterfacerenamed toNamespace(27d3c8d).
If you used thesocket.NamespaceInterfacetype, please change it to thesocket.Namespacetype;
If you used the*socket.Namespacetype, please change it to thesocket.Namespacetype;
If you used the*socket.ParentNamespacetype, please change it to thesocket.ParentNamespacetype;
This historical problem has finally been solved.
Features
- no yet.
Links:
- Diff: v2.1.0...v2.2.0
- socket.io for nodejs: 4.7.5 (mark it)