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: packages/powersync/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@
9
9
- Improve performance of native databases.
10
10
- Native databases can now be opened on multiple isolates or Flutter engines (e.g. for background tasks).
11
11
They will automatically share write locks and table updates. Note that only one instance may connect to the PowerSync service though.
12
-
-On the web, Chrome browsersnow use an OPFS-based database instead of IndexedDB. This improves performance. Existing databases are still loaded from IndexedDB.
12
+
-For Chrome browsers, we now use OPFS by default instead of IndexedDB. This improves performance. Existing databases are still loaded from IndexedDB.
13
13
- The `maxReaders` parameter on `PowerSyncDatabase` constructors is no longer functional, set that parameter on
14
14
`SqliteOptions` instead.
15
15
- Add `watchUnthrottled` and `onChangeUnthrottled` as variants of `watch` and `onChange` that only take backpressure
16
16
from paused subscriptions into account withut using a fixed delay.
17
17
- Add `abortableReadLock` and `abortableWriteLock`, which can be used to acquire a read/write context with a flexible
18
18
abort signal instead of a fixed timeout.
19
-
-__Breaking__: The `powersync_core`, `powersync_encryption` and `powersync_flutter_libs` packages have been removed.
19
+
-__Breaking__: The `powersync_core`, `powersync_sqlcipher` and `powersync_flutter_libs` packages have been removed.
20
20
The `powersync` package now provides the entire SDK for all platforms (both for Flutter and standalone Dart apps).
21
21
-__Breaking__: The `powersync_sleep` and `powersync_connection_name` SQL functions have been removed. Also, it is
22
22
no longer possible to define additional user-defined functions in Dart.
0 commit comments