Skip to content

Commit

Permalink
Nakama common 1.30.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed Nov 11, 2023
1 parent 5206c3e commit 8cb054b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 8cb054b

Please sign in to comment.