Skip to content

Commit

Permalink
Nakama 2.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Nov 11, 2018
1 parent 60dc264 commit 3a04e7f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ 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]
## [2.2.0] - 2018-11-11
### Added
- New runtime function to send raw realtime envelope data through streams.

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

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

## [2.1.3] - 2018-11-02
### Added
Expand Down

0 comments on commit 3a04e7f

Please sign in to comment.