Skip to content

chore(deps): bump @colyseus/sdk from 0.17.42 to 0.17.43 - #9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/colyseus/sdk-0.17.43
Open

chore(deps): bump @colyseus/sdk from 0.17.42 to 0.17.43#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/colyseus/sdk-0.17.43

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown

Bumps @colyseus/sdk from 0.17.42 to 0.17.43.

Release notes

Sourced from @​colyseus/sdk's releases.

@​colyseus/sdk v0.17.43

  • Fix client.getLatency() (and therefore Client.selectByLatency()) hanging on unresponsive endpoints. The measurement only settled on a pong or onerror, so a server that closed the socket cleanly without replying (only onclose fires) left the promise pending forever, and a blackholed/filtered host stalled until the OS-level TCP timeout. getLatency() now also rejects on onclose and on a configurable timeout (LatencyOptions.timeout, default 1500ms, also forwarded through selectByLatency()), so a single wedged endpoint can no longer stall the whole selection. Closes #941 — thanks @​TJEvans for reporting!
Commits
  • db65cf5 fix(sdk): bound getLatency() so selectByLatency() can't hang (#941)
  • 6592a97 fix(core): bump @​colyseus/msgpackr to ^1.11.3 (useBuffer/targetView float64 fix)
  • b21f542 fix(core): defineServer() now configures Redis on Colyseus Cloud
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 30, 2026
Bumps [@colyseus/sdk](https://github.com/colyseus/colyseus) from 0.17.42 to 0.17.43.
- [Release notes](https://github.com/colyseus/colyseus/releases)
- [Changelog](https://github.com/colyseus/colyseus/blob/master/CHANGELOG_0.17.md)
- [Commits](https://github.com/colyseus/colyseus/compare/@colyseus/sdk@0.17.42...@colyseus/sdk@0.17.43)

---
updated-dependencies:
- dependency-name: "@colyseus/sdk"
  dependency-version: 0.17.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/colyseus/sdk-0.17.43 branch from f3f4ad3 to 0ffbc97 Compare July 30, 2026 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants