Skip to content

v3.40.0

Latest

Choose a tag to compare

@sesposito sesposito released this 13 Jul 21:12
d4d92f9

Notable changes

Added

  • Add Samsung Galaxy Store purchase validation request type and SAMSUNG_GALAXY_STORE store provider enum.
  • Add Samsung IAP runtime hooks and PurchaseValidateSamsung module function.
  • Add IAPSamsungConfig to runtime GetConfig() IAP section.
  • Improve logic in Apple JWS receipts validation.
  • Add console.disable_display_name_search config option to disable console account search by display name entirely.

Fixed

  • Fix an issue where group admin account deletion could leave orphaned group edges.
  • Fix In-App Purchase validation persist parameter handling for Apple JWS receipts.
  • Fix race conditions in leaderboard/tournament scheduler which could prevent hooks from triggering under certain conditions.

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

env GO111MODULE=on go get "github.com/heroiclabs/nakama-common/runtime@v1.47.0"