Skip to content

Commit 94ba29b

Browse files
committed
Nakama common 1.27.0 release.
1 parent 4d149b9 commit 94ba29b

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,22 @@ All notable changes to this project are documented below.
33

44
The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).
55

6-
## [Unreleased]
6+
## [1.27.0] - 2023-04-18
77
### Added
8-
- Add local cache functions to JavaScript runtime.
9-
- Add tournamentRecordDelete function to runtimes.
10-
- Add insecure flag to httpRequest TS function.
8+
- Add local cache functions to JavaScript server framework.
9+
- Add "tournamentRecordDelete" function to server frameworks.
10+
- New "insecure" flag to "httpRequest" TypeScript function.
11+
- [Satori](https://heroiclabs.com/satori/) API available to Nakama server in all server frameworks.
12+
- New "MatchmakerOverride" hook to provide custom matching behaviour.
13+
14+
### Changed
15+
- User ID is now returned in ValidatedSubscription, and ValidatedPurchases types.
16+
- ValidatedSubscription types are visible to the Go server framework.
17+
- Add "refundTime" field to TypeScript ValidatedSubscription type.
18+
- Loosened TypeScript definitions to allow for no identifier to be passed to Unlink operations.
19+
20+
### Fixed
21+
- Various small TypeScript definitions fixes.
1122

1223
## [1.26.0] - 2023-01-04
1324
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nakama-runtime",
3-
"version": "1.26.0",
4-
"description": "The runtime Type definitions for the Nakama game server.",
3+
"version": "1.27.0",
4+
"description": "The server framework Type definitions for the Nakama game server.",
55
"author": "Heroic Labs.",
66
"license": "Apache-2.0",
77
"homepage": "https://heroiclabs.com",

0 commit comments

Comments
 (0)