Skip to content

Commit 01f8b2a

Browse files
committed
Nakama common 1.24.0 release.
1 parent 957b1b2 commit 01f8b2a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +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.24.0] - 2022-08-18
77
### Added
8-
- Add subscription validation APIs and runtime functions for Google and Apple.
8+
- New subscription validation functions for Apple and Google in the runtimes.
9+
- Add "NotificationsDelete" function to the runtimes.
10+
- Add const field for easier access to system user ID in TypeScript definition.
911

1012
### Changed
11-
- Added next and previous cursor to results of the Leaderboard/TournamentRecordsAroundOwner API and Leaderboard/TournamentRecordsHaystack runtime functions.
13+
- Return a cursor with "leaderboardRecordsHaystack" function.
14+
- Use ArrayBuffer type instead of Uint8Array in JavaScript runtime. Thanks @formatCvt.
15+
- Expose optional "recorded" param to "accountDeleteId" in TypeScript definition.
16+
17+
### Fixed
18+
- Fix function signature of "leaderboardRecordsHaystack" in TypeScript definition.
19+
- Fix signature of "authenticateGameCenter" in TypeScript definition.
20+
- Update field name used in Friend type in TypeScript definition.
1221

1322
## [1.23.0] - 2022-05-22
1423
### Added

0 commit comments

Comments
 (0)