Skip to content

Commit

Permalink
Nakama 3.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Oct 15, 2021
1 parent 8d94813 commit 9e8accd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ All notable changes to this project are documented below.

The format is based on [keep a changelog](http:https://keepachangelog.com) and this project uses [semantic versioning](http:https://semver.org).

## [Unreleased]
## [3.8.0] - 2021-10-15
### Added
- Add final notification sent to sockets closed via single socket option.
- Add match signal function to server framework.
- Add node status icons to the console dashboard.

### Changed
- Match handlers are now required to implement a signal handler function.
- Log status follow missing users at debug instead of warning level.
- Build with Go 1.17.2 release.
- Match handlers are now required to implement a signal handler function.

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.

- Log status follow missing users at debug instead of warn level.

### Fixed
- Fix input validation edge case in group listing operations.
Expand Down

0 comments on commit 9e8accd

Please sign in to comment.