Releases: colyseus/colyseus
Releases · colyseus/colyseus
@colyseus/tools v0.17.19
@colyseus/auth v0.17.8
- Fix dynamic 'origin' detection during OAuth. Before this change you were required to manually set
auth.oauth.defaults.originper environment for some OAuth providers (e.g.twitch). Now theorigincan be auto-detected.
@colyseus/auth v0.17.7
- Fix Express origin/backend_url detector utility for OAuth.
@colyseus/sdk v0.17.33
- Fix
debug.jspanel to intercept allconsumeSeatReservation()calls.
@colyseus/sdk v0.17.32
@colyseus/core v0.17.36
- Allow to provide
serverwith Express app bound as argument forWebSocketTransport, while keepingbetter-call+ Express stacks working. - Fix
Error: 'app.router' is deprecated!error when not providing"express"key todefineServer()
@colyseus/sdk v0.17.31
@colyseus/core v0.17.35
- Bun: Fix
dynamicImportutility method to prevent dual-loading of CJS + ESM modules in Bun, causing "seat reservation" errors.
@colyseus/uwebsockets-transport v0.17.16
- Fix
HPE_UNEXPECTED_CONTENT_LENGTHerror (#908), thanks to @lkinasiewicz
@colyseus/uwebsockets-transport v0.17.15
- Fix express and auth routes hanging. Use
@colyseus/better-authversion that exposes.findRoute().