Skip to content

Commit b484c12

Browse files
committed
Nakama common 1.23.0 release.
1 parent e804a8e commit b484c12

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@ 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.23.0] - 2022-05-22
77
### Added
88
- Add custom metrics publishing functions to Lua and JavaScript runtimes.
99
- Add missing "sessionLogout" TypeScript definition.
10-
- Add "FriendsBlock" function to the runtimes.
11-
- Add "ChannelMessagesList" function to the runtimes.
10+
- Add "FriendsBlock" function to the Lua and JavaScript runtimes.
11+
- Add "ChannelMessagesList" function to the Lua and JavaScript runtimes.
12+
- New "countMultiple" parameter in the "MatchmakerAdd" TypeScript definition.
1213

1314
### Changed
14-
- Fix naming of delete notifications before/after hook registration functions.
15+
- Update naming of delete notifications before/after hook registration functions.
16+
- Allow storage writes to accept "undefined" as a user ID input in the TypeScript definitions.
17+
18+
### Fixed
19+
- Rename field in "ValidatedPurchase" to "providerResponse" to match what the server returns.
20+
- Add missing "label" field to "Match" TypeScript definition.
1521

1622
## [1.22.0] - 2022-03-21
1723
### Added

0 commit comments

Comments
 (0)