Releases: colyseus/colyseus
Releases · colyseus/colyseus
@colyseus/bun-websockets v0.17.9
- Bump
bun-serve-expressversion to fix static and Buffer responses.
@colyseus/core v0.17.39
- Introduce
isStandaloneMatchMakeroption fordefineServer(). When enabled, the current process will not spawn rooms and will only be responsible for matchmaking.
@colyseus/playground v0.17.12
- Make
zodan optional peer dependency
@colyseus/core v0.17.38
- Make
zodan optional peer dependency
@colyseus/core v0.17.37
@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.