Skip to content

v2.8.0

Compare
Choose a tag to compare
@lugehorsam lugehorsam released this 15 May 20:11
· 81 commits to master since this release
953581c

Added

  • Added an additional std::future-based API to NClient and NRtClient. All methods in these clients have future-based counterpart suffixed with Async.
  • Added static build support for Nakama SDK via package managers like vcpkg. We have plans to add static distributions to our release pages in the future.

Fixed

  • Fixed an errant compiler directive in NClient.

Changed

  • Simplified test suite and improved build system for proprietary platforms.
  • Upgraded Curl to 8.0.1.
  • Changed adapter on Windows from libhttpclient to libcurl.
  • Removed "d" suffix from Windows debug library.