Skip to content

Commit 93669f8

Browse files
committed
Nakama 1.4.0 release.
1 parent 1b73de7 commit 93669f8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ All notable changes to this project are documented below.
33

44
The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [1.4.0] - 2017-12-16
77
### Changed
88
- Nakama will now log an error and refuse to start if the schema is outdated.
99
- Drop unused leaderboard 'next' and 'previous' fields.
1010
- A user's 'last online at' field now contains a current UTC milliseconds timestamp if they are currently online.
11-
- Storage remove operations now ignore records that don't exist.
1211
- Fields that expect JSON content now allow up to 32kb of data.
1312

13+
### Fixed
14+
- Storage remove operations now ignore records that don't exist.
15+
1416
## [1.3.0] - 2017-11-21
1517
### Added
1618
- Improve graceful shutdown behaviour by ensuring the server stops accepting connections before halting other components.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
BINNAME := nakama
16-
VERSION := 1.4.0-dev
16+
VERSION := 1.4.0
1717
BUILDDIR := build
1818
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)
1919
DOCKERDIR := install/docker/nakama

0 commit comments

Comments
 (0)