Skip to content

Commit

Permalink
Nakama Unity 0.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Aug 1, 2017
1 parent b2226bc commit 16e8bd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 16e8bd8

Please sign in to comment.