Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 17:04
· 39 commits to main since this release

Changelog

  • cd98f44 Fix WS room join race: use registerSync in ServeHTTP instead of channel send
  • b0dc8e4 Fix ws_connect template: pass URL query params in connect event context
  • 4d77c71 chore: update license to MIT
  • dd60633 feat(ws.server): make pongWait configurable in module config
  • 4751bbf feat: WS binary frame support (read type capture + SendBinary + trigger data)
  • b96425c feat: export WSServerModule interface and NewWSServerModule for in-process embedding
  • 0684da4 fix(ws): log sendTo failures with connID and reason