You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This will be included in PowerSync service logs
20
+
AppMetadata=newDictionary<string, string>
21
+
{
22
+
{ "app_version", myAppVersion },
23
+
}
24
+
});
25
+
```
12
26
13
27
## 0.0.5-alpha.1
14
28
- Using the latest version (0.4.9) of the core extension, it introduces support for the Rust Sync implementation and also makes it the default - users can still opt out and use the legacy C# sync implementation as option when calling `connect()`.
0 commit comments