From 9e8accdcf3eb37b89674b8c9dbb54db989d377b0 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Fri, 15 Oct 2021 15:32:50 +0100 Subject: [PATCH] Nakama 3.8.0 release. --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 660be461f1..d1dd6a2bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,19 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://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.