From 16e8bd8fe8e1dd43693f536ccc339425d76108e0 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Tue, 1 Aug 2017 14:40:14 +0100 Subject: [PATCH] Nakama Unity 0.8.0 release. --- CHANGELOG.md | 10 +++++----- server | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffd929d..8bd27ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,18 @@ 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] +## [0.8.0] - 2017-08-01 ### Added -- Cursors can now be serialized and restored. +- A paging cursor can now be serialized and restored. - New storage partial update feature. - New storage list feature. - A new Unity code example which shows how to dispatch actions on the main thread. - A session now exposes `.ExpiresAt` and `.Handle` from the token. ### Changed -- Added default builder for Notification listing and removal. -- Group self list operations now return the user's membership type to each group. -- Group leave operations now return a specific error code when the last admin attempts to leave. +- Add default builder for notification list and remove messages. +- A group self list operation now return the user's membership state with each group. +- A group leave operation now return a specific error code when the last admin attempts to leave. - The client interface now uses action delegates instead of event handlers to support a proxy pattern. ## [0.7.0] - 2017-07-18 diff --git a/server b/server index d816c630..78861a03 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit d816c6301a74e7b3806251075bbf6732d0490748 +Subproject commit 78861a035122ab245cf4c6943323efab8071dc70