File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ 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
+ ## [ 2.2.0 ] - 2018-11-11
7
7
### Added
8
8
- New runtime function to send raw realtime envelope data through streams.
9
9
10
10
### 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 .
16
16
17
17
### 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.
20
20
21
21
## [ 2.1.3] - 2018-11-02
22
22
### Added
You can’t perform that action at this time.
0 commit comments