Skip to content

Releases: heroiclabs/nakama-dart

v1.1.0

21 Mar 13:09
207a345
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed: Missing content and subject notification #80

v1.0.3

19 Dec 15:53
82b6549
Compare
Choose a tag to compare
  • Added missing http dependency

v1.0.2

19 Dec 15:50
99d9de7
Compare
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
Compare
Choose a tag to compare
  • Added support for signing in with username + password in authenticateEmail method

v1.0.0

08 Aug 15:25
Compare
Choose a tag to compare
  • chore: v1.0.0 release πŸš€

v1.0.0-dev.7

08 Aug 15:21
Compare
Choose a tag to compare
v1.0.0-dev.7 Pre-release
Pre-release
  • Fixed missing session in rpc call

v1.0.0-dev.6

03 Mar 07:47
Compare
Choose a tag to compare
v1.0.0-dev.6 Pre-release
Pre-release
  • Added creating a match by match name
  • Added missing vars to session model
  • Added presences to match

v1.0.0-dev.5

18 Feb 19:02
Compare
Choose a tag to compare
v1.0.0-dev.5 Pre-release
Pre-release
  • Breaking: Renamed ChannelJoinType enum to ChannelType
  • Breaking: Renamed leaderboardId parameter to leaderboardName in writeLeaderboardRecord and deleteLeaderboardRecord
  • Breaking: onNotifications is now a Stream<Notification> instead of Stream<List<Notification>>
  • Added onPartyData stream to realtime client
  • Added listTournamentRecordsAroundOwner to client