@@ -3,26 +3,26 @@ All notable changes to this project are documented below.
3
3
4
4
The format is based on [ keep a changelog] ( http://keepachangelog.com ) and this project uses [ semantic versioning] ( http://semver.org ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 3.16.0 ] - 2023-04-18
7
7
### 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 .
12
12
13
13
### Changed
14
14
- 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.
18
18
- Build with Go 1.20.3 and use Debian bullseye-slim for base docker images.
19
19
20
20
### Fixed
21
21
- Consistent validation of override operator in runtime leaderboard record writes.
22
22
- 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 .
26
26
27
27
## [ 3.15.0] - 2023-01-04
28
28
### Added
0 commit comments