Commit 7d5051fb authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Nakama 3.19.0 release.

parent 49598b55
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -4,12 +4,14 @@ 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.19.0] 2023-11-11
### Added
- Add IAP purchase validation support for Facebook Instant Games.
- Added Lua runtime function to clear all localcache data.
- Added JavaScript runtime function to clear all localcache data.
- Added support for per-key TTL in Lua runtime localcache.
- Added support for per-key TTL in JavaScript runtime localcache.
- Add Lua runtime function to clear all localcache data.
- Add JavaScript runtime function to clear all localcache data.
- Add support for per-key TTL in Lua runtime localcache.
- Add support for per-key TTL in JavaScript runtime localcache.
- Add support for optional client IP address passthrough to runtime Satori client.

### Changed
@@ -19,6 +21,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Writing tournament scores now updates number of scores even if submitted score is not an improvement.
- Move internal queries with variable number of args to a fixed number of args syntax.
- Better handling of `num_score` and `max_num_score` in tournament score updates.
- Remove unnecessary `curl`, `git`, `unzip`, `rsync`, and `schroot` tools from Docker images.
- Build with Go 1.21.4 and use Debian bookworm-slim for base docker images.

### Fixed
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ require (
	github.com/gorilla/mux v1.8.0
	github.com/gorilla/websocket v1.5.0
	github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
	github.com/heroiclabs/nakama-common v0.0.0-20231111182915-5206c3ece9b0
	github.com/heroiclabs/nakama-common v1.30.0
	github.com/jackc/pgconn v1.14.0
	github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
	github.com/jackc/pgtype v1.14.0
+2 −2
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,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-20231111182915-5206c3ece9b0
# github.com/heroiclabs/nakama-common v1.30.0
## explicit; go 1.19
github.com/heroiclabs/nakama-common/api
github.com/heroiclabs/nakama-common/rtapi