From 708da56d147d8baced68337e04219c48d617d5ff Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Fri, 29 Sep 2017 18:43:06 +0100 Subject: [PATCH] Nakama 1.0.2 release. --- CHANGELOG.md | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec56804d4..c4f1cfb4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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] +## [1.0.2] - 2017-09-29 ### Added - New code runtime function to list leaderboard records for a given set of users. - New code runtime function to list leaderboard records around a given user. @@ -20,11 +20,11 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p - Increase default maximum length of storage bucket, collection, and record from 70 to 128 characters. - Increase default maximum length of topic room names from 64 to 128 characters. - Better error responses when runtime function RPC or HTTP hooks fail or return errors. +- Log a more informative error message when social providers are unreachable or return errors. ### Fixed - Realtime notification routing now correctly resolves connected users. - The server will now correctly log a reason when clients disconnect unexpectedly. -- Log a more informative error message when social providers are unreachable or return errors. - Use correct wire format when sending live notifications to clients. ## [1.0.1] - 2017-08-05 diff --git a/Makefile b/Makefile index 2a9fb1cb42..43a590035e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 1.1.0-dev +VERSION := 1.0.2 BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) DOCKERDIR := install/docker/nakama