Commit 6790d453 authored by Chris Molozian's avatar Chris Molozian
Browse files

Nakama 3.2.1 release.

parent 99f19b42
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −0
+1 −1
Original line number Diff line number Diff line
@@ -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