File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,24 @@ 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.26.0 ] - 2023-01-04
7
7
### Added
8
8
- Add party hook messages to JavaScript runtime.
9
- - Add In-App Purchase notification callback functions to runtimes.
10
- - Add ` DeleteAccount ` before and after hook functions to runtimes.
9
+ - Add In-App Purchase notification callback functions to the server runtimes.
10
+ - Add "DeleteAccount" before and after hook functions to the server runtimes.
11
+
12
+ ## Changed
13
+ - Accept the leaderboard operator types in their expanded string name.
14
+
15
+ ## Fixed
16
+ - Update Type definition for "authenticateTokenGenerate" to support the optional params allowed by the server.
17
+ - Make public the "ChannelMessageRemove" function to the server Go runtime.
18
+ - Allow DELETE method to be used in HTTP requests.
11
19
12
20
## [ 1.25.0] - 2022-10-14
13
21
### Added
14
- - New GroupsGetRandom function added to the runtimes.
15
- - New NotificationsDelete function added to the runtimes.
22
+ - New " GroupsGetRandom" function added to the runtimes.
23
+ - New " NotificationsDelete" function added to the runtimes.
16
24
- The server version is now visible to server framework code within the context object.
17
25
18
26
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nakama-runtime" ,
3
- "version" : " 1.25 .0" ,
3
+ "version" : " 1.26 .0" ,
4
4
"description" : " The runtime Type definitions for the Nakama game server." ,
5
5
"author" : " Heroic Labs." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments