Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: colyseus/colyseus

@colyseus/tools v0.17.19

17 Feb 18:16

Choose a tag to compare

@colyseus/auth v0.17.8

15 Feb 03:18

Choose a tag to compare

  • Fix dynamic 'origin' detection during OAuth. Before this change you were required to manually set auth.oauth.defaults.origin per environment for some OAuth providers (e.g. twitch). Now the origin can be auto-detected.

@colyseus/auth v0.17.7

15 Feb 02:16

Choose a tag to compare

  • Fix Express origin/backend_url detector utility for OAuth.

@colyseus/sdk v0.17.33

12 Feb 20:01

Choose a tag to compare

  • Fix debug.js panel to intercept all consumeSeatReservation() calls.

@colyseus/sdk v0.17.32

11 Feb 23:58

Choose a tag to compare

@colyseus/core v0.17.36

11 Feb 23:57

Choose a tag to compare

  • Allow to provide server with Express app bound as argument for WebSocketTransport, while keeping better-call + Express stacks working.
  • Fix Error: 'app.router' is deprecated! error when not providing "express" key to defineServer()

@colyseus/sdk v0.17.31

09 Feb 03:10

Choose a tag to compare

@colyseus/core v0.17.35

09 Feb 02:32

Choose a tag to compare

  • Bun: Fix dynamicImport utility method to prevent dual-loading of CJS + ESM modules in Bun, causing "seat reservation" errors.

@colyseus/uwebsockets-transport v0.17.16

08 Feb 23:26

Choose a tag to compare

@colyseus/uwebsockets-transport v0.17.15

08 Feb 19:37

Choose a tag to compare

  • Fix express and auth routes hanging. Use @colyseus/better-auth version that exposes .findRoute().