From 83fc6fbc91837c0f6faf9b89ef5bad4e144082fa Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Mon, 17 May 2021 14:37:45 +0100 Subject: [PATCH] Nakama 3.3.0 release. --- CHANGELOG.md | 3 ++- go.mod | 2 +- go.sum | 2 ++ vendor/modules.txt | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a05f095b..ae1b4d2e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,11 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). -## [Unreleased] +## [3.3.0] - 2021-05-17 ### Added - Tournaments and leaderboards now allow operator scoring to be passed in on updates. - Tournaments and leaderboards now support decrement score operator. +- Add "rpc_id" and "api_id" to the structured logger output in API calls. ### Changed - Store email, avatar URL, and display name provided by Apple, Facebook, and Google login providers if empty. diff --git a/go.mod b/go.mod index cf0c58be29..e6fc880655 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.4.2 github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0 - github.com/heroiclabs/nakama-common v1.13.2-0.20210430100819-3c41e7f99ed1 + github.com/heroiclabs/nakama-common v1.14.0 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect github.com/jackc/pgx v3.5.0+incompatible github.com/m3db/prometheus_client_golang v0.8.1 // indirect diff --git a/go.sum b/go.sum index 8be34df92e..edf8a753cb 100644 --- a/go.sum +++ b/go.sum @@ -258,6 +258,8 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/heroiclabs/nakama-common v1.13.2-0.20210430100819-3c41e7f99ed1 h1:FM80Pm+cjzzJwaKVjVpjv7QKzfvAMBbT51uwKS8FwmE= github.com/heroiclabs/nakama-common v1.13.2-0.20210430100819-3c41e7f99ed1/go.mod h1:jzIGV5bI45ALRQFzHPkJn4Z0tV+xhtho1+pZhOXVAsk= +github.com/heroiclabs/nakama-common v1.14.0 h1:34b9b4xpqDDIOz236CKJwcuINYsHBqfgveQYs2gYLsE= +github.com/heroiclabs/nakama-common v1.14.0/go.mod h1:jzIGV5bI45ALRQFzHPkJn4Z0tV+xhtho1+pZhOXVAsk= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= diff --git a/vendor/modules.txt b/vendor/modules.txt index f8285de723..a013a7418e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -140,7 +140,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options github.com/grpc-ecosystem/grpc-gateway/v2/runtime github.com/grpc-ecosystem/grpc-gateway/v2/utilities -# github.com/heroiclabs/nakama-common v1.13.2-0.20210430100819-3c41e7f99ed1 +# github.com/heroiclabs/nakama-common v1.14.0 ## explicit github.com/heroiclabs/nakama-common/api github.com/heroiclabs/nakama-common/rtapi