File tree 20 files changed +88
-20
lines changed
supabase-edge-function-auth
supabase-todolist-optional-sync
powersync_attachments_helper
20 files changed +88
-20
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2025-04-22
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - There are no breaking changes in this release.
15
+
16
+ Packages with other changes:
17
+
18
+ - [ ` powersync_core ` - ` v1.2.3 ` ] ( #powersync_core---v123 )
19
+ - [ ` powersync_attachments_helper ` - ` v0.6.18+5 ` ] ( #powersync_attachments_helper---v06185 )
20
+ - [ ` powersync_sqlcipher ` - ` v0.1.5+3 ` ] ( #powersync_sqlcipher---v0153 )
21
+ - [ ` powersync ` - ` v1.12.3 ` ] ( #powersync---v1123 )
22
+
23
+ Packages with dependency updates only:
24
+
25
+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
26
+
27
+ - ` powersync_attachments_helper ` - ` v0.6.18+5 `
28
+ - ` powersync_sqlcipher ` - ` v0.1.5+3 `
29
+ - ` powersync ` - ` v1.12.3 `
30
+
31
+ ---
32
+
33
+ #### ` powersync_core ` - ` v1.2.3 `
34
+
35
+ - Introduce locks to avoid duplicate sync streams when multiple instances of the same database are opened.
36
+ - Refactor connect / disconnect internally.
37
+ - Warn when multiple instances of the same database are opened.
38
+ - Fix race condition causing data not to be applied while an upload is in progress.
39
+ - Web: Fix token invalidation logic when a sync worker is used.
40
+
41
+
6
42
## 2025-03-11
7
43
8
44
### Changes
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync : ^1.12.2
13
+ powersync : ^1.12.3
14
14
path_provider : ^2.1.1
15
15
path : ^1.8.3
16
16
logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync : ^1.12.2
13
+ powersync : ^1.12.3
14
14
path_provider : ^2.1.1
15
15
path : ^1.8.3
16
16
logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.12.2
14
+ powersync : ^1.12.3
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.1
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.12.2
14
+ powersync : ^1.12.3
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.12.2
14
+ powersync : ^1.12.3
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
38
38
supabase_flutter : ^2.0.2
39
39
timeago : ^3.6.0
40
- powersync : ^1.12.2
40
+ powersync : ^1.12.3
41
41
path_provider : ^2.1.1
42
42
path : ^1.8.3
43
43
logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- powersync_attachments_helper : ^0.6.18+4
13
- powersync : ^1.12.2
12
+ powersync_attachments_helper : ^0.6.18+5
13
+ powersync : ^1.12.3
14
14
path_provider : ^2.1.1
15
15
supabase_flutter : ^2.0.1
16
16
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync : ^1.12.2
13
+ powersync : ^1.12.3
14
14
path_provider : ^2.1.1
15
15
supabase_flutter : ^2.0.1
16
16
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- powersync_attachments_helper : ^0.6.18+4
14
- powersync : ^1.12.2
13
+ powersync_attachments_helper : ^0.6.18+5
14
+ powersync : ^1.12.3
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.1
17
17
path : ^1.8.3
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies:
36
36
random_name_generator : ^1.5.0
37
37
flutter_dotenv : ^5.2.1
38
38
logging : ^1.3.0
39
- powersync : ^1.12.2
39
+ powersync : ^1.12.3
40
40
sqlite_async : ^0.11.0
41
41
path_provider : ^2.1.5
42
42
supabase_flutter : ^2.8.3
Original file line number Diff line number Diff line change
1
+ ## 1.12.3
2
+
3
+ This updates ` powersync_core ` to version ` 1.2.3 ` , which includes these changes:
4
+
5
+ - Introduce locks to avoid duplicate sync streams when multiple instances of the same database are opened.
6
+ - Refactor connect / disconnect internally.
7
+ - Warn when multiple instances of the same database are opened.
8
+ - Fix race condition causing data not to be applied while an upload is in progress.
9
+ - Web: Fix token invalidation logic when a sync worker is used.
10
+
1
11
## 1.12.2
2
12
3
13
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : powersync
2
- version : 1.12.2
2
+ version : 1.12.3
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Flutter SDK. Sync Postgres, MongoDB or MySQL with SQLite in your Flutter app
@@ -12,7 +12,7 @@ dependencies:
12
12
sdk : flutter
13
13
14
14
sqlite3_flutter_libs : ^0.5.23
15
- powersync_core : ^1.2.2
15
+ powersync_core : ^1.2.3
16
16
powersync_flutter_libs : ^0.4.7
17
17
collection : ^1.17.0
18
18
Original file line number Diff line number Diff line change
1
+ ## 0.6.18+5
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 0.6.18+4
2
6
3
7
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : powersync_attachments_helper
2
2
description : A helper library for handling attachments when using PowerSync.
3
- version : 0.6.18+4
3
+ version : 0.6.18+5
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
homepage : https://www.powersync.com/
6
6
environment :
@@ -10,7 +10,7 @@ dependencies:
10
10
flutter :
11
11
sdk : flutter
12
12
13
- powersync_core : ^1.2.2
13
+ powersync_core : ^1.2.3
14
14
logging : ^1.2.0
15
15
sqlite_async : ^0.11.0
16
16
path_provider : ^2.0.13
Original file line number Diff line number Diff line change
1
+ ## 1.2.3
2
+
3
+ - Introduce locks to avoid duplicate sync streams when multiple instances of the same database are opened.
4
+ - Refactor connect / disconnect internally.
5
+ - Warn when multiple instances of the same database are opened.
6
+ - Fix race condition causing data not to be applied while an upload is in progress.
7
+ - Web: Fix token invalidation logic when a sync worker is used.
8
+
1
9
## 1.2.2
2
10
3
11
- Fix handling token invalidation on the web.
Original file line number Diff line number Diff line change 1
- const String libraryVersion = '1.2.2 ' ;
1
+ const String libraryVersion = '1.2.3 ' ;
Original file line number Diff line number Diff line change 1
1
name : powersync_core
2
- version : 1.2.2
2
+ version : 1.2.3
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Dart SDK - sync engine for building local-first apps.
Original file line number Diff line number Diff line change
1
+ ## 0.1.5+3
2
+
3
+ This updates ` powersync_core ` to version ` 1.2.3 ` , which includes these changes:
4
+
5
+ - Introduce locks to avoid duplicate sync streams when multiple instances of the same database are opened.
6
+ - Refactor connect / disconnect internally.
7
+ - Warn when multiple instances of the same database are opened.
8
+ - Fix race condition causing data not to be applied while an upload is in progress.
9
+ - Web: Fix token invalidation logic when a sync worker is used.
10
+
1
11
## 0.1.5+2
2
12
3
13
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change 1
1
name : powersync_sqlcipher
2
- version : 0.1.5+2
2
+ version : 0.1.5+3
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Flutter SDK - sync engine for building local-first apps.
@@ -12,7 +12,7 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
15
- powersync_core : ^1.2.2
15
+ powersync_core : ^1.2.3
16
16
powersync_flutter_libs : ^0.4.7
17
17
sqlcipher_flutter_libs : ^0.6.4
18
18
sqlite3_web : ^0.3.0
You can’t perform that action at this time.
0 commit comments