diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a0db5aeb..81695225d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ 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.2.1] - 2021-04-19 ### Changed -- User online indicator now observes offline status mode rather than strictly connected sockets. +- A user's online indicator now observes the status mode rather than just socket connectivity. - Update sql-migrate library to a32ed26. - Rework some migrations for better compatibility with different database engines. - Update to Protobuf v1.5.2, GRPC v1.37.0, and GRPC-Gateway v2.3.0 releases. @@ -13,7 +13,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Various other dependency updates. ### Fixed -- Fix user scoping in console purchase listing operations. +- Fix user scoping in Nakama Console purchase listing view. ## [3.2.0] - 2021-04-14 ### Added diff --git a/go.mod b/go.mod index 9e7fa5b57c..016f450b68 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,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 v0.0.0-20210416112859-c820a39d8e37 + github.com/heroiclabs/nakama-common v1.13.1 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 490f5ef3b5..ecb62e1c08 100644 --- a/go.sum +++ b/go.sum @@ -259,6 +259,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 v0.0.0-20210416112859-c820a39d8e37 h1:S5O5Hy60KnqUJOrVzH5DFAm3MlrgcvQyUpnmg2K2Lps= github.com/heroiclabs/nakama-common v0.0.0-20210416112859-c820a39d8e37/go.mod h1:DpIMr3IW0NLu409ItA6kdzK/KzDJUHWdASGC4zBCCDc= +github.com/heroiclabs/nakama-common v1.13.1 h1:CiT1jLq2wTBbl2Hfpy90te2jnjLCCvTvk6oVXSrOMEg= +github.com/heroiclabs/nakama-common v1.13.1/go.mod h1:DpIMr3IW0NLu409ItA6kdzK/KzDJUHWdASGC4zBCCDc= 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 963f58cb65..a7aa2ad945 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -145,7 +145,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 v0.0.0-20210416112859-c820a39d8e37 +# github.com/heroiclabs/nakama-common v1.13.1 ## explicit github.com/heroiclabs/nakama-common/api github.com/heroiclabs/nakama-common/rtapi