Skip to content

Commit 27ba93d

Browse files
committed
Nakama 3.16.0 release.
1 parent cf7aa06 commit 27ba93d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ 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+
## [3.16.0] - 2023-04-18
77
### Added
8-
- Add tournament record delete runtime functions and API.
9-
- Add insecure flag to runtime http functions to optionally skip TLS checks.
10-
- Add Satori API integration to all runtimes.
11-
- Add optional matchmaker function hook to override matches before proceeding.
8+
- Add "tournamentRecordDelete" function to server frameworks.
9+
- Add "insecure" flag to runtime http functions to optionally skip TLS checks.
10+
- [Satori](https://heroiclabs.com/satori/) API available to Nakama server in all server frameworks.
11+
- New "MatchmakerOverride" hook to provide custom matching behaviour.
1212

1313
### Changed
1414
- Improve graceful shutdown of Google IAP receipt processor.
15-
- If In-App Purchases validation contain mismatching userIDs, do not return an error.
16-
- Better handling of matchmaker operations while the interval process is running.
17-
- Add userID param to Go runtime GroupUpdate function.
15+
- If In-App Purchase validation contain mismatching user IDs, do not return an error.
16+
- Better handling of matchmaker operations while the interval process is in execution.
17+
- Add user ID param to Go runtime GroupUpdate function.
1818
- Build with Go 1.20.3 and use Debian bullseye-slim for base docker images.
1919

2020
### Fixed
2121
- Consistent validation of override operator in runtime leaderboard record writes.
2222
- Correctly filter open/closed groups in the listing API.
23-
- Ensure direct message channel message listing is correctly scoped to participants only.
24-
- Make next and previous cursor of leaderboard and tournament records around owner operations consistent with record listing.
25-
- Make next and previous cursor of leaderboard and tournament records haystack operations consistent with record listing.
23+
- Ensure direct message channel message list is correctly scoped to participants only.
24+
- Make next and previous cursor of leaderboard and tournament records around owner operations consistent with record listings.
25+
- Make next and previous cursor of leaderboard and tournament records haystack operations consistent with record listings.
2626

2727
## [3.15.0] - 2023-01-04
2828
### Added

0 commit comments

Comments
 (0)