Commit 6790d45 1 parent 99f19b4 commit 6790d45 Copy full SHA for 6790d45
File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ All notable changes to this project are documented below.
3
3
4
4
The format is based on [ keep a changelog] ( http://keepachangelog.com ) and this project uses [ semantic versioning] ( http://semver.org ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 3.2.1 ] - 2021-04-19
7
7
### Changed
8
- - User online indicator now observes offline status mode rather than strictly connected sockets .
8
+ - A user's online indicator now observes the status mode rather than just socket connectivity .
9
9
- Update sql-migrate library to a32ed26.
10
10
- Rework some migrations for better compatibility with different database engines.
11
11
- Update to Protobuf v1.5.2, GRPC v1.37.0, and GRPC-Gateway v2.3.0 releases.
12
12
- Update to Bleve v2.0.3 release.
13
13
- Various other dependency updates.
14
14
15
15
### Fixed
16
- - Fix user scoping in console purchase listing operations .
16
+ - Fix user scoping in Nakama Console purchase listing view .
17
17
18
18
## [ 3.2.0] - 2021-04-14
19
19
### Added
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/gorilla/mux v1.8.0
15
15
github.com/gorilla/websocket v1.4.2
16
16
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
17
- github.com/heroiclabs/nakama-common v0.0.0-20210416112859-c820a39d8e37
17
+ github.com/heroiclabs/nakama-common v1.13.1
18
18
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
19
19
github.com/jackc/pgx v3.5.0+incompatible
20
20
github.com/m3db/prometheus_client_golang v0.8.1 // indirect
Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p
259
259
github.com/hashicorp/serf v0.8.2 /go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc =
260
260
github.com/heroiclabs/nakama-common v0.0.0-20210416112859-c820a39d8e37 h1:S5O5Hy60KnqUJOrVzH5DFAm3MlrgcvQyUpnmg2K2Lps =
261
261
github.com/heroiclabs/nakama-common v0.0.0-20210416112859-c820a39d8e37 /go.mod h1:DpIMr3IW0NLu409ItA6kdzK/KzDJUHWdASGC4zBCCDc =
262
+ github.com/heroiclabs/nakama-common v1.13.1 h1:CiT1jLq2wTBbl2Hfpy90te2jnjLCCvTvk6oVXSrOMEg =
263
+ github.com/heroiclabs/nakama-common v1.13.1 /go.mod h1:DpIMr3IW0NLu409ItA6kdzK/KzDJUHWdASGC4zBCCDc =
262
264
github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
263
265
github.com/huandu/xstrings v1.3.2 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
264
266
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 /go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc =
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena
145
145
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options
146
146
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
147
147
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
148
- # github.com/heroiclabs/nakama-common v0.0.0-20210416112859-c820a39d8e37
148
+ # github.com/heroiclabs/nakama-common v1.13.1
149
149
## explicit
150
150
github.com/heroiclabs/nakama-common/api
151
151
github.com/heroiclabs/nakama-common/rtapi
You can’t perform that action at this time.
0 commit comments