Notable changes
Added
- Add Samsung Galaxy Store purchase validation request type and
SAMSUNG_GALAXY_STOREstore provider enum. - Add Samsung IAP runtime hooks and
PurchaseValidateSamsungmodule function. - Add
IAPSamsungConfigto runtimeGetConfig()IAP section. - Improve logic in Apple JWS receipts validation.
- Add
console.disable_display_name_searchconfig 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"