Skip to content

Releases: heroiclabs/nakama-common

v1.40.0

10 Aug 14:47
986c962
Compare
Choose a tag to compare

Notable changes

Fixed

  • Correctly process Satori FlagOverride create times as Unix epoch strings.

v1.39.0

29 Jul 19:24
9b4fa99
Compare
Choose a tag to compare

Notable changes

Added

  • New "MatchmakerProcessor" hook to set custom matching behaviour tapping into the complete ticket pool.

Changed

  • Update Satori client to latest API spec.
  • Make TypeScript runtime Satori event session fields optional.

v1.38.0

14 Jul 13:46
ff9b54c
Compare
Choose a tag to compare

Notable changes

Added

  • Expose matchmaker entry creation time.
  • Add party listing API and party labeling support.

v1.37.0

12 May 14:58
2bfb5d3
Compare
Choose a tag to compare

Notable changes

Added

  • Add Satori client API to list Flags Overrides.

Changed

  • Update to Protobuf v1.36.6 dependency.

v1.36.0

25 Jan 20:40
57d0140
Compare
Choose a tag to compare

Notable changes

Added

  • Add friend metadata support.
  • Extra options to pass through client address to runtime Satori event publishing.
  • Additional runtime Satori authentication function options.

Changed

  • Update to Protobuf v1.36.4 dependency.

v1.35.0

25 Nov 13:23
f0c6358
Compare
Choose a tag to compare

Notable changes

Added

  • Add new runtime function to get a list of user's friend status.
  • Add new Follow/Unfollow runtime APIs.
  • Add new NotificationsUpdate runtime API.
  • Add new initializers function to get config values.

Changed

  • Update to Protobuf v1.35.2 dependency.

v1.34.0

21 Oct 22:07
Compare
Choose a tag to compare

Notable changes

Added

  • New runtime function to list user notifications.
  • New Go runtime initializer function to register raw HTTP handlers.

Changed

  • Added pagination support to storage index listing.
  • Ensure runtime Satori client is updated for latest API changes.

Fixed

  • Ensure optional TypeScript context fields are marked appropriately.

v1.33.0

27 Jul 11:50
Compare
Choose a tag to compare

Notable changes

Added

  • New runtime functions to get and delete notifications by identifier.
  • Add runtime function to disable ranks for an active leaderboard.
  • New matchmaker stats API.

Changed

  • Add leaderboard and tournament create param to enable or disable ranks.

Fixed

  • Add ErrGracePeriodExpired.

v1.32.0

09 Jun 13:45
Compare
Choose a tag to compare

Notable changes

Added

  • Add runtime support for registering a shutdown hook function.
  • Add support for custom sorting in storage index search.
  • New friends of friends listing API and runtime functions.

Changed

  • Update to Protobuf v1.34.1 dependency.

Fixed

  • Fix JavaScript runtime MatchInit parameter type.

v1.31.0

17 Mar 16:18
Compare
Choose a tag to compare

Notable changes

Added

  • Add Fleet Manager API to power session-based multiplayer adapters. See the documentation for more details.
  • Add CRON next and previous functions to Go runtime.
  • Add CRON previous function to Lua runtime.
  • Add CRON previous function to TypeScript/JavaScript runtime.
  • Add support for storage deletes in runtime multi-update functions.