Loading CHANGELOG.md +8 −8 Original line number Diff line number Diff line Loading @@ -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 Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading install/docker/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading RELEASEINST.md +1 −1 File changed.Contains only whitespace changes. Show changes Loading
CHANGELOG.md +8 −8 Original line number Diff line number Diff line Loading @@ -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 Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
install/docker/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading