Skip to content

Releases: heroiclabs/nakama-swift

v1.2.0

19 Mar 19:34
7818960
Compare
Choose a tag to compare

Added

  • Satori: Adds the Satori Swift SDK. Satori is our liveops server for game studios. Read more about it in the documentation.

v1.1.0

30 Nov 14:40
1a1db5b
Compare
Choose a tag to compare

Changed

  • Expose expiredTimeSpan in client initializer.
  • Change Int32 and Int64 parameters to Int.

Added

  • listFriends, deleteFriends, updateAccount, listChannelMessages, and listMatches.

v1.0.0

14 Nov 19:24
fe12a2f
Compare
Choose a tag to compare

Added

  • Complete client rewrite that has API and realtime feature parity with Nakama 3.0.
  • Support for the Swift async/await concurrency model.
  • Configurable automatic retry support on 500 level server errors.
  • Automated session refresh for expired tokens.

v0.3.0

08 Nov 08:58
Compare
Choose a tag to compare

Notable changes

This version requires Nakama server v1.2.0 or greater.

Changed

  • Consistently use strings for all Data and UUID types.

v0.2.0

07 Nov 15:42
Compare
Choose a tag to compare

Notable changes

Added

  • Add support for Friends, Groups, Chat, Notifications and Leaderboards.

v0.1.2

07 Nov 15:41
Compare
Choose a tag to compare

Notable changes

Fixed

  • Improve Client builder access.

v0.1.1

07 Nov 15:41
Compare
Choose a tag to compare

Notable changes

  • Compatible with Swift 4.0.
  • Compatible with Nakama 1.1.0.

Added

  • Added Carthage and Cocoapods support.

v0.1.0

22 Aug 21:00
Compare
Choose a tag to compare

Notable changes

Added

  • Initial public release.