Skip to content

Commit a40cf1b

Browse files
committed
Nakama common 1.25.0 release.
1 parent 6310f72 commit a40cf1b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ 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.25.0] - 2022-10-14
77
### 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.
911

1012
### Changed
1113
- 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
1416
- JavaScript runtime Base64 decode returns ArrayBuffer output.
1517
- JavaScript runtime Base64 URL decode returns ArrayBuffer output.
1618
- 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.
1821

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.
2125

2226
## [1.24.0] - 2022-08-18
2327
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nakama-runtime",
3-
"version": "1.10.0",
3+
"version": "1.25.0",
44
"description": "The runtime Type definitions for the Nakama game server.",
55
"author": "Heroic Labs.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)