You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,19 @@ 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.8.0] - 2021-10-15
7
7
### Added
8
8
- Add final notification sent to sockets closed via single socket option.
9
9
- Add match signal function to server framework.
10
10
- Add node status icons to the console dashboard.
11
11
12
12
### Changed
13
-
- Match handlers are now required to implement a signal handler function.
14
-
- Log status follow missing users at debug instead of warning level.
15
13
- Build with Go 1.17.2 release.
14
+
- Match handlers are now required to implement a signal handler function.
15
+
16
+
Match signals allow the match handler to be sent a reservation signal to mark a user ID or session ID into the match state ahead of their join attempt and eventual join flow. This is useful to apply reservations to a matchmaking system with Nakama's matchmaker or match listings APIs.
17
+
18
+
- Log status follow missing users at debug instead of warn level.
16
19
17
20
### Fixed
18
21
- Fix input validation edge case in group listing operations.
0 commit comments