Skip to content

Commit

Permalink
Nakama 1.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Aug 5, 2017
1 parent 2c5eadb commit 9d6196f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ 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.1] - 2017-08-05
### Added
- New script runtime functions to convert UUIDs between byte and string representations.
- New code runtime functions to convert UUIDs between byte and string representations.

### Changed
- Improve index selection in storage list operations.
- Payloads in `register_before` hooks now use `PascalCase` field names and expose correctly formatted IDs.
- Metadata regions in users, groups, and leaderboard records are now exposed to the script runtime as Lua tables.
- Metadata regions in users, groups, and leaderboard records are now exposed to the code runtime as Lua tables.

### Fixed
- Script runtime batch user update operations now process correctly.
- The code runtime batch user update operations now process correctly.

## [1.0.0] - 2017-08-01
### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

BINNAME := nakama
VERSION := 1.1.0-dev
VERSION := 1.0.1
BUILDDIR := build
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)
DOCKERDIR := install/docker/nakama
Expand Down

0 comments on commit 9d6196f

Please sign in to comment.