Skip to content

v3.39.0

Choose a tag to compare

@sesposito sesposito released this 20 May 15:20
721a5d3

Notable changes

Added

  • Add new runtime function to update storage objects with retries.

Changed

  • Update Satori client to match latest API spec.
  • Add configurable retries to the Satori client.

Fixed

  • Ignore negative custom runtime counter deltas to avoid panics during metrics collection.
  • Set account empty fields to null appropriately on console account import.
  • Correctly cancel context after matchmaker matched function completes.
  • Fix X-Forwarded-For header handling regression.

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

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