All notable changes to this project are documented below.
The format is based on keep a changelog and this project uses semantic versioning.
- Decode base64 data in
MatchData
. (breaks compat)
- Fix encoding of
op_code
inMatchDataSend
and marshalling ofNakamaSocket.send_match_state_[raw_]async
. - Fix parsing of
MatchmakerMatched
messages when no token is specified. - Disable
HTTPRequest.use_threads
in HTML5 exports. NakamaSession.is_expired
returned reversed result.
- Initial public release.
- Client API implementation.
- Realtime Socket implementation.
- Helper singleton.
- Setup instructions.