Skip to content

Releases: heroiclabs/nakama-common

v1.9.0

02 Nov 13:38
Compare
Choose a tag to compare

Notable changes

Added

  • Runtime nakama module interfaces for TournamentRecordsList and FriendsList functions.

Changed

  • Update protobuf to 1.4.3 release.

Fixed

  • Add missing cursor in return values for nakama module GroupUsersList and UserGroupsList interfaces.

v1.8.0

28 Sep 11:57
Compare
Choose a tag to compare

Notable changes

Added

  • Use a "tool dependency" to specify the protoc-gen-go required version. See here.

Changed

  • Update to Protobuf 1.4.2. This enables us to take advantage of the new Protobuf runtime. See here.
  • Rename example runtime file.
  • Replace shell script with Go generate commands to run protoc toolchain.
  • Eliminate test dependency on GRPC runtime.
  • Update protocol definitions to remove warnings from stricter Go package import paths. See here.

v1.7.0

04 Aug 09:51
db1dfd6
Compare
Choose a tag to compare
Add structured logging interface (#4)