Skip to content

Commit 8046cae

Browse files
committed
Add changeset
1 parent 1818220 commit 8046cae

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/angry-ducks-sneeze.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@powersync/react-native': minor
3+
'@powersync/common': minor
4+
'@powersync/web': minor
5+
---
6+
7+
Add alpha support for sync streams, allowing different sets of data to be synced dynamically.

packages/node/tests/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export async function createDatabase(
6868
database: {
6969
dbFilename: 'test.db',
7070
dbLocation: tmpdir,
71+
// Using a single read worker (instead of multiple, the default) seems to improve the reliability of tests in GH
72+
// actions. So far, we've not been able to reproduce these failures locally.
7173
readWorkerCount: 1
7274
},
7375
logger: defaultLogger,

0 commit comments

Comments
 (0)