Skip to content

Commit 867926a

Browse files
committed
Nakama 3.21.0 release.
1 parent 708b400 commit 867926a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project are documented below.
44
The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).
55

66
## [Unreleased]
7+
8+
## [3.21.0] - 2024-03-17
79
### Added
810
- Add Fleet Manager API to power session-based multiplayer integrations. See [the documentation](https://heroiclabs.com/docs/nakama/concepts/multiplayer/session-based/) for more details.
911
- Add CRON next and previous functions to Go runtime.
@@ -17,6 +19,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
1719
- List leaderboard records can now return up to 1,000 records per request.
1820
- Simplify query planning for storage object read operations.
1921
- Improve comparison operation for leaderboard rank cache ordering.
22+
- Extend extraction of purchase data from Apple IAP receipts.
2023

2124
### Fixed
2225
- Prevent players from requesting duplicate joins to the same party.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/gorilla/mux v1.8.1
1717
github.com/gorilla/websocket v1.5.1
1818
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
19-
github.com/heroiclabs/nakama-common v1.30.2-0.20240315125055-f13e79524b39
19+
github.com/heroiclabs/nakama-common v1.31.0
2020
github.com/jackc/pgconn v1.14.1
2121
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
2222
github.com/jackc/pgtype v1.14.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZH
155155
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 h1:6UKoz5ujsI55KNpsJH3UwCq3T8kKbZwNZBNPuTTje8U=
156156
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1/go.mod h1:YvJ2f6MplWDhfxiUC3KpyTy76kYUZA4W3pTv/wdKQ9Y=
157157
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
158-
github.com/heroiclabs/nakama-common v1.30.2-0.20240315125055-f13e79524b39 h1:Sp7soPQWgp4bSDivUi//2TuM6Xs69PqTUb1esmrrqd4=
159-
github.com/heroiclabs/nakama-common v1.30.2-0.20240315125055-f13e79524b39/go.mod h1:Os8XeXGvHAap/p6M/8fQ3gle4eEXDGRQmoRNcPQTjXs=
158+
github.com/heroiclabs/nakama-common v1.31.0 h1:oaJbwVRUiFXA77gXF3XNrGCmR0CXf7+2vXEvaBLkP6w=
159+
github.com/heroiclabs/nakama-common v1.31.0/go.mod h1:Os8XeXGvHAap/p6M/8fQ3gle4eEXDGRQmoRNcPQTjXs=
160160
github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
161161
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
162162
github.com/influxdata/influxdb v1.7.6/go.mod h1:qZna6X/4elxqT3yI9iZYdZrWWdeFOOprn86kgg4+IzY=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/internal/genopena
147147
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options
148148
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
149149
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
150-
# github.com/heroiclabs/nakama-common v1.30.2-0.20240315125055-f13e79524b39
150+
# github.com/heroiclabs/nakama-common v1.31.0
151151
## explicit; go 1.19
152152
github.com/heroiclabs/nakama-common/api
153153
github.com/heroiclabs/nakama-common/rtapi

0 commit comments

Comments
 (0)