Skip to content

Commit 60f1fe4

Browse files
committed
Merge branch 'master' into feature/user-parameters
# Conflicts: # packages/powersync/CHANGELOG.md
2 parents ae5eb30 + 98c8905 commit 60f1fe4

File tree

14 files changed

+37
-17
lines changed

14 files changed

+37
-17
lines changed

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ packages:
326326
path: "../../packages/powersync"
327327
relative: true
328328
source: path
329-
version: "1.4.2"
329+
version: "1.4.3"
330330
powersync_flutter_libs:
331331
dependency: "direct overridden"
332332
description:

demos/supabase-anonymous-auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.4.2
14+
powersync: ^1.4.3
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

demos/supabase-edge-function-auth/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ packages:
326326
path: "../../packages/powersync"
327327
relative: true
328328
source: path
329-
version: "1.4.2"
329+
version: "1.4.3"
330330
powersync_flutter_libs:
331331
dependency: "direct overridden"
332332
description:

demos/supabase-edge-function-auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.4.2
14+
powersync: ^1.4.3
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

demos/supabase-simple-chat/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ packages:
358358
path: "../../packages/powersync"
359359
relative: true
360360
source: path
361-
version: "1.4.2"
361+
version: "1.4.3"
362362
powersync_flutter_libs:
363363
dependency: "direct overridden"
364364
description:

demos/supabase-simple-chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737

3838
supabase_flutter: ^1.10.25
3939
timeago: ^3.6.0
40-
powersync: ^1.4.2
40+
powersync: ^1.4.3
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ packages:
406406
path: "../../packages/powersync"
407407
relative: true
408408
source: path
409-
version: "1.4.2"
409+
version: "1.4.3"
410410
powersync_attachments_helper:
411411
dependency: "direct main"
412412
description:

demos/supabase-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
powersync_attachments_helper: ^0.4.1
14-
powersync: ^1.4.2
14+
powersync: ^1.4.3
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
path: ^1.8.3

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ scripts:
3131

3232
test:
3333
description: Run tests in a specific package.
34-
run: dart test
34+
run: flutter test
3535
exec:
3636
concurrency: 1
3737
packageFilters:

packages/powersync/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
## 1.4.2
1+
## 1.4.3
22

33
- Added support for user parameters when connecting.
44

5+
## 1.4.2
6+
7+
- Fix `Bad state: Future already completed` error when calling `disconnectAndClear()`.
8+
59
## 1.4.1
610

711
- Upgrades dependency `powersync_flutter_libs` to version `0.1.0`.
812

913
## 1.4.0
1014

11-
- Introduces the use of the `powersync-sqlite-core` native extension.
15+
- Introduces the use of the `powersync-sqlite-core` native extension. This is our common Rust core which means all PowerSync SDKs now use the same core logic for PowerSync functionality, improving maintainability and support.
1216
- Added a new package dependency on `powersync_flutter_libs` for loading the extension.
1317

1418
## 1.3.1

0 commit comments

Comments
 (0)