From cf6d355a95ff43bb289d40e705c6fdad5a6b643e Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Wed, 3 Mar 2021 20:55:23 +0000 Subject: [PATCH] Nakama 3.1.2 release. --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61083942..f8b5b3bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,20 +3,21 @@ 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.1.2] - 2021-03-03 ### Changed - Sort match listings to show newer created matches first by default. -- Improve status follow input validation and constraints. +- Loosen status follow input validation and constraints to ignore unrecognised user IDs and usernames. - Build with Go 1.16.0 release. - Do not import Steam friends by default on Steam authentication. - Do not import Facebook friends by default on Facebook authentication. - Improve match label update batching semantics. -- Account object returned by some JS runtime functions do not flatten the user values into it anymore. +- Account object returned by some JS runtime functions are not flattened with user values anymore. ### Fixed -- Fix an issue in the js runtime that would prevent the matchmaker matched callback to function correctly. +- Fix an issue in the JS runtime that would prevent the matchmaker matched callback to function correctly. - Allow the console API to return large responses based on the configured max message size. - Allow JS runtime initializer functions to be invoked inside a try/catch block. +- Fix Tournament Reset function hook schedules calcuated on first write if the end active time must be computed with no reset schedule. ## [3.1.1] - 2021-02-15 ### Changed -- GitLab