Skip to content

v3.28.0

Compare
Choose a tag to compare
@zyro zyro released this 14 Jul 15:04
· 19 commits to master since this release
c63f3c6

Notable changes

Added

  • Add party listing API and party label support.
  • Matchmaker entry create time is now available for custom runtime processing functions.

Changed

  • Runtime Satori client response cache is now enabled by default.
  • Satori operations no longer carry an unnecessary session identifier.
  • Build with Go 1.24.5.

Fixed

  • Fix an issue where a purchased Google Subscription would not be looked up by the LinkedPurchaseToken field contained in a notification.
  • Improve Satori caching to prevent incorrect hits.
  • Update tournament size record deletion if it has a maximum size set.

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

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