Skip to content

Commit 0dfbcd4

Browse files
committed
Merge remote-tracking branch 'origin/main' into tauri-plugin
2 parents da15192 + 694c04b commit 0dfbcd4

107 files changed

Lines changed: 2350 additions & 2150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/dirty-pumas-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fair-toes-dance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@powersync/node': patch
3+
'@powersync/op-sqlite': patch
4+
---
5+
6+
Internal: Refactor connection pool to use `Semaphore` from `@powersync/common`.

.changeset/fix-delete-attachment-deadlock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-rabbits-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/vue': patch
3+
---
4+
5+
Use shallowRef instead of ref for database instance to prevent DataCloneError in shared worker communication

.changeset/nice-clocks-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/nuxt': patch
3+
---
4+
5+
Use shallowRef instead of ref for database instance to prevent DataCloneError in shared worker communication

.changeset/shaggy-games-approve.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/short-moons-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/common': minor
3+
---
4+
5+
Internal: Add `Semaphore` utility to manage leases in a connection pool.

.changeset/wise-wasps-pretend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/router": "^19.2.4",
2424
"@angular/service-worker": "^19.2.4",
2525
"@journeyapps/wa-sqlite": "^1.5.0",
26-
"@powersync/web": "^1.36.0",
26+
"@powersync/web": "^1.37.0",
2727
"@supabase/supabase-js": "^2.44.4",
2828
"rxjs": "~7.8.1",
2929
"tslib": "^2.6.3",

demos/django-react-native-todolist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@expo/metro-runtime": "^4.0.1",
1313
"@expo/vector-icons": "^14.0.0",
1414
"@journeyapps/react-native-quick-sqlite": "^2.5.1",
15-
"@powersync/react": "^1.9.0",
16-
"@powersync/react-native": "^1.32.0",
15+
"@powersync/react": "^1.9.1",
16+
"@powersync/react-native": "^1.33.0",
1717
"@react-native-community/async-storage": "^1.12.1",
1818
"@react-native-community/masked-view": "^0.1.11",
1919
"@react-navigation/drawer": "^7.1.1",

0 commit comments

Comments
 (0)