Skip to content

Commit

Permalink
Nakama C++ 2.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimon4eg committed Apr 12, 2019
1 parent c4378e5 commit fc7e78a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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/).

## [2.0.2] - 2019-04-12
### Added
- SSL support.
- Added IXWebsocket 1.3.1 for Mac, iOS and Android.
- Client and Realtime Client different host/ssl config.
- Added enums for storage permissions.

### Changed
- Improved NConsoleLogSink for Windows.
- Updated grpc to 1.19.1.

### Fixed
- Fixed listUserGroups for own user.
- Fixed: success callback is not called for methods with empty response.
- Propagate transport error to realtime client listener.
- Validation of user presences in sendMatchData.
- Xcode warning on required version.

## [2.0.1] - 2019-03-04
### Added
- Initial public release.
Expand Down
2 changes: 1 addition & 1 deletion src/Nakama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Nakama {

const char* getNakamaSdkVersion()
{
return "2.0.1";
return "2.0.2";
}

}

0 comments on commit fc7e78a

Please sign in to comment.