Skip to content

v1.27.0

Compare
Choose a tag to compare
@novabyte novabyte released this 18 Apr 11:34
· 58 commits to master since this release

Notable changes

Added

  • Add local cache functions to JavaScript server framework.
  • Add "tournamentRecordDelete" function to server frameworks.
  • New "insecure" flag to "httpRequest" TypeScript function.
  • Satori API available to Nakama server in all server frameworks.
  • New "MatchmakerOverride" hook to provide custom matching behaviour.

Changed

  • User ID is now returned in ValidatedSubscription, and ValidatedPurchases types.
  • ValidatedSubscription types are visible to the Go server framework.
  • Add "refundTime" field to TypeScript ValidatedSubscription type.
  • Loosened TypeScript definitions to allow for no identifier to be passed to Unlink operations.

Fixed

  • Various small TypeScript definitions fixes.