Skip to content

v3.27.0

Compare
Choose a tag to compare
@zyro zyro released this 12 May 15:56
· 35 commits to master since this release
33c5fe0

Notable changes

Added

  • Add Satori client API to list Flags Overrides.

Changed

  • Change Facebook Limited Login validation keys URL.
  • Update Facebook Graph API to v22.
  • Enable Satori FlagsList to return all default flags.
  • Reduce In-App Purchase validation logged errors to debug level.
  • Increase default timeout for Apple In-App Purchase verification.
  • Build with Go 1.24.3.

Fixed

  • Fix chat message listing pagination issue.
  • Ensure In-App Purchase validation for Google always rejects pending or cancelled receipts.
  • Fix Lua runtime storage index filter registration function.
  • Fix context issue when calling Satori runtime APIs via socket operations.
  • Fix an issue with message timestamp precision in returned channel messages.

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

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