Releases: heroiclabs/nakama-swift
Releases · heroiclabs/nakama-swift
v1.2.0
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
Changed
- Expose expiredTimeSpan in client initializer.
- Change Int32 and Int64 parameters to Int.
Added
- listFriends, deleteFriends, updateAccount, listChannelMessages, and listMatches.
v1.0.0
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.