File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ 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.25.0 ] - 2022-10-14
7
7
### Added
8
- - Add new GroupsGetRandom function to the runtimes.
8
+ - New GroupsGetRandom function added to the runtimes.
9
+ - New NotificationsDelete function added to the runtimes.
10
+ - The server version is now visible to server framework code within the context object.
9
11
10
12
### Changed
11
13
- JavaScript runtime Base64 encode accepts string or ArrayBuffer input.
@@ -14,10 +16,12 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
14
16
- JavaScript runtime Base64 decode returns ArrayBuffer output.
15
17
- JavaScript runtime Base64 URL decode returns ArrayBuffer output.
16
18
- JavaScript runtime Base16 decode returns ArrayBuffer output.
17
- - Fix field name used in MatchMessage type in TypeScript definition.
19
+ - The groupUpdate function argument for a user ID is now optional in the type definition.
20
+ - Update to Protobuf v1.28.1 dependency.
18
21
19
- ## Fixed
20
- - Add user id to JS runtime wallet operations returned results.
22
+ ### Fixed
23
+ - Add user ID to JS runtime wallet operations returned results.
24
+ - Type definition for field name used in MatchMessage type is correct in TypeScript.
21
25
22
26
## [ 1.24.0] - 2022-08-18
23
27
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nakama-runtime" ,
3
- "version" : " 1.10 .0" ,
3
+ "version" : " 1.25 .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