nodegame-server
nodegame-server copied to clipboard
Bump socket.io from 4.1.3 to 4.6.2
trafficstars
Bumps socket.io from 4.1.3 to 4.6.2.
Release notes
Sourced from socket.io's releases.
4.6.2
Bug Fixes
Links
- Diff: https://github.com/socketio/socket.io/compare/4.6.1...4.6.2
- Client release: 4.6.2
engine.io@~6.4.2(diff)ws@~8.11.0(no change)4.6.1
Bug Fixes
- properly handle manually created dynamic namespaces (0d0a7a2)
- types: fix nodenext module resolution compatibility (#4625) (d0b22c6)
Links
- Diff: https://github.com/socketio/socket.io/compare/4.6.0...4.6.1
- Client release: 4.6.1
engine.io@~6.4.1(diff)ws@~8.11.0(no change)4.6.0
Bug Fixes
- add timeout method to remote socket (#4558) (0c0eb00)
- typings: properly type emits with timeout (f3ada7d)
Features
Promise-based acknowledgements
This commit adds some syntactic sugar around acknowledgements:
emitWithAck()try { const responses = await io.timeout(1000).emitWithAck("some-event"); console.log(responses); // one response per client } catch (e) { // some clients did not acknowledge the event in the given delay }io.on("connection", async (socket) => { // without timeout </tr></table>
... (truncated)
Changelog
Sourced from socket.io's changelog.
4.6.2 (2023-05-31)
Bug Fixes
Dependencies
engine.io@~6.4.2(diff)ws@~8.11.0(no change)4.6.1 (2023-02-20)
Bug Fixes
- properly handle manually created dynamic namespaces (0d0a7a2)
- types: fix nodenext module resolution compatibility (#4625) (d0b22c6)
Dependencies
engine.io@~6.4.1(diff)ws@~8.11.0(no change)4.6.0 (2023-02-07)
Bug Fixes
- add timeout method to remote socket (#4558) (0c0eb00)
- typings: properly type emits with timeout (f3ada7d)
Features
Promise-based acknowledgements
This commit adds some syntactic sugar around acknowledgements:
emitWithAck()try { </tr></table>
... (truncated)
Commits
faf914cchore(release): 4.6.215af22frefactor: add a noop handler for the error eventd365894chore: bump socket.io-parser to version 4.2.312b0de4chore: bump engine.io to version 6.4.23d44aaefix(exports): movetypescondition to the top (#4698)cbf0362docs(examples): bump dependencies for the private messaging example59280dadocs(examples): update examples to docker compose v250a4d37docs(changelog): add version of transitive dependencies6458b2bdocs(example): basic WebSocket-only clientb56da8adocs(examples): upgrade to React 18- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.