Releases: heroiclabs/nakama-dart
Releases · heroiclabs/nakama-dart
satori-v1.3.1
What's Changed
Full Changelog: v1.3.0...satori-v1.3.1
v1.3.0
What's Changed
- fix: pass missing 'create' argument to _api.authenticateEmail by @bobby-bloom in #130
- Update documentation for writeLeaderboardRecord method by @ilmalte in #126
- Add leaderboards in example project by @ilmalte in #127
- Add groups in example project by @ilmalte in #128
- Refactor updateGroup method parameters by @ilmalte in #129
- Handle null values for label and query in listMatches request by @ilmalte in #133
- Add matches in example project by @ilmalte in #134
- Fix RPC payload encoding for Web by @ilmalte in #135
- Update Docker images and add RPC examples by @ilmalte in #136
- Update comment for leaderboard records listing to clarify ownerId context by @ilmalte in #137
- Fixes bug where authenticateCustom fails when user has session by @jakeobrien in #141
- GroupId nullable in ChannelMessage by @ilmalte in #142
- Add chats in example project by @ilmalte in #143
- update freezed, and update tests by @andresfelipemendez in #138
- Bump packages by @ilmalte in #144
New Contributors
- @bobby-bloom made their first contribution in #130
- @jakeobrien made their first contribution in #141
- @andresfelipemendez made their first contribution in #138
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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.sessionLogoutby @blaugold in #110 - Fix defaults for
stateparameter oflistFriends,listGroupUsersandlistUserGroupsinNakamaGrpcClientby @blaugold in #109 - WASM compatibility by @imaNNeo in #118
- Various improvements example project by @ilmalte in #119
New Contributors
- @ilmalte made their first contribution in #100
- @garlen-javier made their first contribution in #101
- @rephlex187 made their first contribution in #116
- @blaugold made their first contribution in #110
- @imaNNeo made their first contribution in #118
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Added: Adds the Satori SDK for Dart. Satori is our liveops server for game studios. Read more about it in the documentation.
v1.0.5
- Fixed: Cursors are nullable
FriendsList.cursor,GroupList.cursor,UserGroupList.cursor,GroupUserList.cursor,NotificationList.cursor
v1.0.4
v1.0.3
- Added missing
httpdependency
v1.0.2
v1.0.1
- Added support for signing in with username + password in
authenticateEmailmethod
v1.0.0
- chore: v1.0.0 release 🚀