Skip to content

Commit

Permalink
Nakama 0.12.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Apr 22, 2017
1 parent 721cd2e commit df3b192
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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.12.2] - 2017-04-22
### Added
- Added `--logtostdout` command line flag to redirect log output to terminal.
- Add `--logtostdout` flag to redirect log output to console.
- Add build rule to create Docker release images.

### Changed
- Updated Zap logging library to latest stable version.
- Command line `--verbose` flag no longer alters the logging output to print to both terminal and file.
- Log output format is set to JSON.
- Updated health endpoint to be on the '/' of the main server port.
- Streamline Docker image releases.
- Update Zap logging library to latest stable version.
- The `--verbose` flag no longer alters the logging output to print to both terminal and file.
- The log output is now in JSON format.
- Update the healthcheck endpoint to be "/" (root path) of the main server port.

### Fixed
- Fix issue where ping tickers could not have stopped correctly under some circumstances.
- Fix a race when the heartbeat ticker might not be stopped after a connection is closed.

## [0.12.1] - 2017-03-28
### 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 := 0.13.0-dev
VERSION := 0.12.2
BUILDDIR := build
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)
DOCKERDIR := install/docker/nakama
Expand Down
2 changes: 1 addition & 1 deletion RELEASEINST.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The development team use these steps to build and upload a release.
git add Makefile CHANGELOG.md
git commit -m "Set new development version."
git push origin master
```
```

### Package Managers

Expand Down
2 changes: 1 addition & 1 deletion install/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To stop and purge all stored data, containers, and images from your machine. Run

## Build and deploy the Docker image

#### You can use the makefile to build, tag and release Docker images. The following is the manual way of doing achieving the same result.
You can use the Makefile to build Docker images. These steps show a manual way to create your own Docker images of Nakama server.

1. To build the image locally. Setup a local copy of the codebase. Run the following command (in the same directory as this README):

Expand Down

0 comments on commit df3b192

Please sign in to comment.