github heroiclabs/nakama v3.8.0

latest releases: v3.22.0, v3.21.1, v3.21.0...
2 years ago

Notable changes

Added

  • Add final notification sent to sockets closed via single socket option.
  • Add match signal function to server framework.
  • Add node status icons to the console dashboard.

Changed

  • Build with Go 1.17.2 release.

  • Match handlers are now required to implement a signal handler function.

    Match signals allow the match handler to be sent a reservation signal to mark a user ID or session ID into the match state ahead of their join attempt and eventual join flow. This is useful to apply reservations to a matchmaking system with Nakama's matchmaker or match listings APIs.

  • Log status follow missing users at debug instead of warn level.

Fixed

  • Fix input validation edge case in group listing operations.

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

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

Don't miss a new nakama release

NewReleases is sending notifications on new releases.