Skip to content

Commit 3a04e7f

Browse files
committed
Nakama 2.2.0 release.
1 parent 60dc264 commit 3a04e7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ 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+
## [2.2.0] - 2018-11-11
77
### Added
88
- New runtime function to send raw realtime envelope data through streams.
99

1010
### Changed
11-
- Change error message on database errors raised during authentication operations.
12-
- New default for maximum number of open database connections.
13-
- Friend state indicators are no longer offset when sent to clients.
14-
- Group state indicators are no longer offset when sent to clients.
15-
- Increased metrics default report frequency to 60sec.
11+
- Improve error message on database errors raised during authentication operations.
12+
- Set new default of 100 maximum number of open database connections.
13+
- Friendship state is no longer offset by one when sent to clients.
14+
- Group membership state is no longer offset by one when sent to clients.
15+
- Set new default metrics report frequency to 60 seconds.
1616

1717
### Fixed
18-
- Correctly handle optional parameters in runtime functions to update account information.
19-
- Correctly handle context cancellation in single-statement database operations.
18+
- Account update optional inputs are not updated unless set in runtime functions.
19+
- Fix boolean logic with context cancellation in single-statement database operations.
2020

2121
## [2.1.3] - 2018-11-02
2222
### Added

0 commit comments

Comments
 (0)