Releases: heroiclabs/nakama-dart
Releases Β· heroiclabs/nakama-dart
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.sessionLogout
by @blaugold in #110 - Fix defaults for
state
parameter oflistFriends
,listGroupUsers
andlistUserGroups
inNakamaGrpcClient
by @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
http
dependency
v1.0.2
v1.0.1
- Added support for signing in with username + password in
authenticateEmail
method
v1.0.0
- chore: v1.0.0 release π
v1.0.0-dev.7
- Fixed missing session in rpc call
v1.0.0-dev.6
- Added creating a match by match name
- Added missing
vars
to session model - Added
presences
to match