Skip to content

v2.0.2

Compare
Choose a tag to compare
@Dimon4eg Dimon4eg released this 12 Apr 01:29
· 536 commits to master since this release

Nakama C++ SDK is released with prebuilt libraries for following platforms and architectures:

  • Windows - Visual Studio 2015, 2017 (x86, x64, Debug, Release)
  • MacOS 10.10 and later.
  • iOS - 5.0+ (arm64, armv7, armv7s, x86_64)
  • Android - Android 4.1 and later (armeabi-v7a, arm64-v8a, x86, x86_64)
  • Linux - Ubuntu 14.04.5 and later (x86, x64)

Notable changes

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.