Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

46 lines (35 loc) · 1.39 KB

Change Log

All notable changes to this project are documented below.

The format is based on keep a changelog and this project uses semantic versioning.

[1.2.0] - 2024-03-19

Added

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

[1.1.0] - 2023-11-30

Changed

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

Added

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

[1.0.0] - 2023-11-14

Changed

  • 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.

[0.3.0] - 2017-11-08

Changed

  • Consistently use strings for all Data and UUID types.

[0.2.0] - 2017-10-26

Added

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

[0.1.2] - 2017-10-20

Fixed

  • Improve Client builder access.

[0.1.1] - 2017-10-18

Added

  • Compatible with Swift 4.0.
  • Compatible with Nakama 1.1.0.
  • Added Carthage and Cocoapods support.

[0.1.0] - 2017-08-22

Added

  • Initial public release.