Skip to content

Commit 6790d45

Browse files
committedApr 18, 2021
Nakama 3.2.1 release.
1 parent 99f19b4 commit 6790d45

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed
 

‎CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ All notable changes to this project are documented below.
33

44
The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).
55

6-
## [Unreleased]
6+
## [3.2.1] - 2021-04-19
77
### 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.
99
- Update sql-migrate library to a32ed26.
1010
- Rework some migrations for better compatibility with different database engines.
1111
- Update to Protobuf v1.5.2, GRPC v1.37.0, and GRPC-Gateway v2.3.0 releases.
1212
- Update to Bleve v2.0.3 release.
1313
- Various other dependency updates.
1414

1515
### Fixed
16-
- Fix user scoping in console purchase listing operations.
16+
- Fix user scoping in Nakama Console purchase listing view.
1717

1818
## [3.2.0] - 2021-04-14
1919
### Added

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/gorilla/mux v1.8.0
1515
github.com/gorilla/websocket v1.4.2
1616
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
1818
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
1919
github.com/jackc/pgx v3.5.0+incompatible
2020
github.com/m3db/prometheus_client_golang v0.8.1 // indirect

‎go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p
259259
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
260260
github.com/heroiclabs/nakama-common v0.0.0-20210416112859-c820a39d8e37 h1:S5O5Hy60KnqUJOrVzH5DFAm3MlrgcvQyUpnmg2K2Lps=
261261
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=
262264
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
263265
github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
264266
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=

‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena
145145
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options
146146
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
147147
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
149149
## explicit
150150
github.com/heroiclabs/nakama-common/api
151151
github.com/heroiclabs/nakama-common/rtapi

0 commit comments

Comments
 (0)