File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,22 @@ All notable changes to this project are documented below.
3
3
4
4
The format is based on [ keep a changelog] ( http://keepachangelog.com ) and this project uses [ semantic versioning] ( http://semver.org ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 1.27.0 ] - 2023-04-18
7
7
### 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.
11
22
12
23
## [ 1.26.0] - 2023-01-04
13
24
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"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." ,
5
5
"author" : " Heroic Labs." ,
6
6
"license" : " Apache-2.0" ,
7
7
"homepage" : " https://heroiclabs.com" ,
You can’t perform that action at this time.
0 commit comments