Notable changes
Added
- New Go code runtime for custom functions and authoritative match handlers.
- New Tournaments feature.
- Runtime custom function triggers for leaderboard and tournament resets.
- Add Lua runtime AES-256 util functions.
- Lua runtime token generator function now returns a second value representing the token's expiry.
- Add local cache for in-memory storage to the Lua runtime.
- Graceful server shutdown and match termination.
- Expose incoming request data in runtime after hooks.
Changed
- Improved Postgres compatibility on TIMESTAMPTZ types.
Fixed
- Correctly merge new friend records when importing from Facebook.
- Log registered hook names correctly at startup.