Skip to content

Releases: heroiclabs/nakama-dart

satori-v1.3.1

30 Jul 22:28
961e7cc

Choose a tag to compare

What's Changed

  • Move test dependency declaration in pubspec.yaml to dev_dependencies by @ilmalte in #156

Full Changelog: v1.3.0...satori-v1.3.1

v1.3.0

26 Jun 21:24
d4da135

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

16 Dec 18:52
4960344

Choose a tag to compare

What's Changed

  • symlink readme from nakama by @lugehorsam in #98
  • Fix account mapping for time related fields by @ilmalte in #100
  • Create session restore by @garlen-javier in #101
  • Refactored rest client by @fsufyan in #103
  • Add missing match presence and remove duplicate session restore by @fsufyan in #106
  • Add missing envelope to api.Rpc mapping in WebsocketClient by @rephlex187 in #116
  • Include session in request for NakamaGrpcClient.sessionLogout by @blaugold in #110
  • Fix defaults for state parameter of listFriends, listGroupUsers and listUserGroups in NakamaGrpcClient by @blaugold in #109
  • WASM compatibility by @imaNNeo in #118
  • Various improvements example project by @ilmalte in #119

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Mar 13:09
207a345

Choose a tag to compare

  • Added: Adds the Satori SDK for Dart. Satori is our liveops server for game studios. Read more about it in the documentation.
  • Added: Module now exports channel_messages #85
  • Fixed: LeaderboardRecordList parsing issue #52

v1.0.5

09 Jan 09:06
301e280

Choose a tag to compare

  • Fixed: Cursors are nullable FriendsList.cursor, GroupList.cursor, UserGroupList.cursor, GroupUserList.cursor, NotificationList.cursor

v1.0.4

22 Dec 06:21
a7fc9e3

Choose a tag to compare

  • Fixed: Missing content and subject notification #80

v1.0.3

19 Dec 15:53
82b6549

Choose a tag to compare

  • Added missing http dependency

v1.0.2

19 Dec 15:50
99d9de7

Choose a tag to compare

  • Fixed: JWT Expiry was parsed incorrectly so that the session was always expired #73
  • Fixed: Auth token was not passed in gRPC calls #78

v1.0.1

24 Aug 20:00

Choose a tag to compare

  • Added support for signing in with username + password in authenticateEmail method

v1.0.0

08 Aug 15:25

Choose a tag to compare

  • chore: v1.0.0 release 🚀