Skip to content

Releases: colyseus/colyseus

0.5.0-alpha.6

29 Jun 18:57
Compare
Choose a tag to compare
0.5.0-alpha.6 Pre-release
Pre-release
  • passing request body to the child process. (#43)

0.5.0-alpha.4

27 Jun 19:45
Compare
Choose a tag to compare
0.5.0-alpha.4 Pre-release
Pre-release

Fix setting client id from cookie.

0.5.0-alpha.3

18 Jun 20:34
Compare
Choose a tag to compare
0.5.0-alpha.3 Pre-release
Pre-release

0.5.0-alpha.2

16 Jun 21:18
Compare
Choose a tag to compare
0.5.0-alpha.2 Pre-release
Pre-release

Inter-process communication for match-making should be stable now.

0.5.0-alpha.1

07 Jun 20:07
Compare
Choose a tag to compare
0.5.0-alpha.1 Pre-release
Pre-release

This release is not ready yet

  • Introduced ClusterServer. (Server has been deprecated)
  • Introduced Room#onInit(options) method. (constructor(options) has been deprecated)
  • Room#requestJoin can now return a number (0..1), which is the priority to connect in an existing session.
  • Introduced Room#patchRate attribute.
  • Introduced Room#maxClients attribute.
  • Introduced client.sessionId unique attribute per client/session.

0.4.18

29 May 19:58
Compare
Choose a tag to compare
  • added autoDispose property to Room. (#54, thanks @seiyria)

0.4.17

26 Apr 19:47
Compare
Choose a tag to compare
  • Fixes disconnecting clients manually through room.disconnect() (#50)

0.4.16

23 Apr 17:00
Compare
Choose a tag to compare
  • fix toJSON method to exclude functions. previously every function defined in the state would have null value after being serialized and parsed in the client-side.

0.4.15

29 Mar 18:34
Compare
Choose a tag to compare
  • Use latest uws package version (uws@^0.14.1). (thanks @Ughuuu)

0.4.14

22 Mar 20:48
Compare
Choose a tag to compare
  • Use console.error instead of throw to prevent the server from stopping. (thanks @Ughuuu)