Skip to content

v3.23.0

Latest
Compare
Choose a tag to compare
@zyro zyro released this 27 Jul 12:29
· 12 commits to master since this release

Notable changes

Added

  • Add devconsole view to list and search purchases across users.
  • Add devconsole view to list and search subscriptions across users.
  • Add function to get notifications by identifier to Go runtime.
  • Add function to get notifications by identifier to Lua runtime.
  • Add function to get notifications by identifier to TypeScript/JavaScript runtime.
  • Add function to delete notifications by identifier to Go runtime.
  • Add function to delete notifications by identifier to Lua runtime.
  • Add function to delete notifications by identifier to TypeScript/JavaScript runtime.
  • Add runtime function to disable ranks for an active leaderboard.
  • Add new matchmaker stats API.
  • Add support for specifying session vars in devconsole API explorer calls.

Changed

  • Add leaderboard create function parameter to enable or disable ranks.
  • Add tournament create function parameter to enable or disable ranks.
  • Obfuscate further fields when viewing server configuration in the devconsole.
  • Build with Go 1.22.5.

Fixed

  • Correctly wire Go runtime shutdown function context.
  • Fix friends of friends API error when user has no friends.
  • Fix group listing pagination if name filter is used.
  • Correctly register friends of friends API before/after hooks.

NOTE: For developers who use the Go server runtime support. The nakama-common package at v1.33.0 must be used with this release.

env GO111MODULE=on go get "github.com/heroiclabs/nakama-common/[email protected]"