File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ All notable changes to this project are documented below.
3
3
4
4
The format is based on [ keep a changelog] ( http://keepachangelog.com/ ) and this project uses [ semantic versioning] ( http://semver.org/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 1.4.0 ] - 2017-12-16
7
7
### Changed
8
8
- Nakama will now log an error and refuse to start if the schema is outdated.
9
9
- Drop unused leaderboard 'next' and 'previous' fields.
10
10
- 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.
12
11
- Fields that expect JSON content now allow up to 32kb of data.
13
12
13
+ ### Fixed
14
+ - Storage remove operations now ignore records that don't exist.
15
+
14
16
## [ 1.3.0] - 2017-11-21
15
17
### Added
16
18
- Improve graceful shutdown behaviour by ensuring the server stops accepting connections before halting other components.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
BINNAME := nakama
16
- VERSION := 1.4.0-dev
16
+ VERSION := 1.4.0
17
17
BUILDDIR := build
18
18
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)
19
19
DOCKERDIR := install/docker/nakama
You can’t perform that action at this time.
0 commit comments