From 8cb054bf712e4ff80dc22fbd858562415ce31fb9 Mon Sep 17 00:00:00 2001 From: Andrei Mihu Date: Sat, 11 Nov 2023 21:57:42 +0000 Subject: [PATCH] Nakama common 1.30.0 release. --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f4c42..d38a829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr ## [Unreleased] +## [1.30.0] - 2023-11-11 +### Added +- Add optional client IP address passthrough to runtime Satori client. +- 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 IAP purchase validation support for Facebook Instant Games. + ## [1.29.0] - 2023-10-24 ### Added - Runtime functions to build a leaderboard record list cursor to start listing from a given rank. diff --git a/package.json b/package.json index 04ec799..825998a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nakama-runtime", - "version": "1.29.0", + "version": "1.30.0", "description": "The server framework Type definitions for the Nakama game server.", "author": "Heroic Labs.", "license": "Apache-2.0",