Skip to content

Commit 18c17d6

Browse files
committed
Review feedback
1 parent 194e170 commit 18c17d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/powersync/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
- Improve performance of native databases.
1010
- Native databases can now be opened on multiple isolates or Flutter engines (e.g. for background tasks).
1111
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 browsers now 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.
1313
- The `maxReaders` parameter on `PowerSyncDatabase` constructors is no longer functional, set that parameter on
1414
`SqliteOptions` instead.
1515
- Add `watchUnthrottled` and `onChangeUnthrottled` as variants of `watch` and `onChange` that only take backpressure
1616
from paused subscriptions into account withut using a fixed delay.
1717
- Add `abortableReadLock` and `abortableWriteLock`, which can be used to acquire a read/write context with a flexible
1818
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.
2020
The `powersync` package now provides the entire SDK for all platforms (both for Flutter and standalone Dart apps).
2121
- __Breaking__: The `powersync_sleep` and `powersync_connection_name` SQL functions have been removed. Also, it is
2222
no longer possible to define additional user-defined functions in Dart.

0 commit comments

Comments
 (0)