Skip to content

Commit f0c7ad3

Browse files
committed
Nakama common 1.26.0 release.
1 parent 569374f commit f0c7ad3

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,24 @@ 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.26.0] - 2023-01-04
77
### Added
88
- 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.
1119

1220
## [1.25.0] - 2022-10-14
1321
### 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.
1624
- The server version is now visible to server framework code within the context object.
1725

1826
### Changed

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.25.0",
3+
"version": "1.26.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)