v3.38.0
Notable changes
Added
- Add runtime Satori client feature to delete identities.
- Add device identifiers as lookup options for runtime account get operations.
- Add Go runtime function to import an account export snapshot.
- Add TypeScript/JavaScript runtime function to import an account export snapshot.
- Add Lua runtime function to import an account export snapshot.
- Better searching by account display name in the Console UI.
Changed
- Better logic for determining client IP addresses from incoming requests.
- Limit the number of custom metric scopes to prevent adding user identifiers as tags.
Fixed
- Correct field usage in voided Google In-App Purchase subscription notifications.
- Fix an issue where the Storage Index would keep entries which should have been filtered.
- Fix an issue that could prevent leaderboard/tournament end/reset hooks from firing.
- Avoid logging unnecessary context cancellation errors on storage operations.
NOTE: For developers who use the Go server runtime support. The nakama-common package at v1.45.0 must be used with this release.
env GO111MODULE=on go get "github.com/heroiclabs/nakama-common/runtime@v1.45.0"