Skip to content

Commit f6b2bae

Browse files
committed
Changelog
1 parent d93bf1d commit f6b2bae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PowerSync/PowerSync.Common/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.0.11-alpha.1
44

5+
- `MDSQLiteConnection` now runs query operations on another thread, which stops the caller thread from blocking.
56
- Removed the `RunListener` and `RunListenerAsync` APIs from `IEventStream`. Users are encouraged to use the `Listen` or `ListenAsync` APIs instead (`RunListener` itself was implemented using the `Listen` API).
67
- Changed the `PowerSyncDatabase.Watch` syntax to return an IAsyncEnumerable instead of accepting a callback. This allows users to handle database changes when they are ready instead of us eagerly running the callback as soon as a change is detected.
78

0 commit comments

Comments
 (0)