Skip to content

Release 0.128.1#1006

Merged
tudddorrr merged 3 commits into
mainfrom
develop
Jul 16, 2026
Merged

Release 0.128.1#1006
tudddorrr merged 3 commits into
mainfrom
develop

Conversation

@tudddorrr

@tudddorrr tudddorrr commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Socket request logging fix

  • When verifyRequests is enabled, incoming WebSocket messages include a signature prepended as a line. The logger now strips that signature line before JSON-parsing the message, fixing JSON.parse failures that caused all such requests to be logged as unknown.

Signature verification fix

  • The Game lookup in socket-router now eagerly populates the apiSecret relation so that signature verification always has access to the secret, preventing failures from lazy-loading outside an active database context.

Version bump

  • Patch version bumped from 0.128.0 to 0.128.1 for the two fixes above.

@tudddorrr tudddorrr added the release This pull request contains a release label Jul 16, 2026
@tudddorrr
tudddorrr merged commit 05aa2d8 into main Jul 16, 2026
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release This pull request contains a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant