Skip to content

Commit 9e8accd

Browse files
committed
Nakama 3.8.0 release.
1 parent 8d94813 commit 9e8accd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ 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.8.0] - 2021-10-15
77
### Added
88
- Add final notification sent to sockets closed via single socket option.
99
- Add match signal function to server framework.
1010
- Add node status icons to the console dashboard.
1111

1212
### 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.
1513
- 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.
1619

1720
### Fixed
1821
- Fix input validation edge case in group listing operations.

0 commit comments

Comments
 (0)