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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## 1.0.0-BETA3
4
+
5
+
* Add `waitForFirstSync` function - which resolves after the initial sync is completed
6
+
* Upgrade to Kotlin 2.0.20 - should not cause any issues with users who are still on Kotlin 1.9
7
+
* Upgrade `powersync-sqlite-core` to 0.3.0 - improves incremental sync performance
8
+
* Add client sync parameters - which allows you specify sync parameters from the client https://docs.powersync.com/usage/sync-rules/advanced-topics/client-parameters-beta
0 commit comments