File tree 20 files changed +68
-22
lines changed
supabase-edge-function-auth
powersync_attachments_helper
20 files changed +68
-22
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
+ ## 2024-09-06
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 ` - ` v1.8.0 ` ] ( #powersync---v180 )
19
+
20
+ ---
21
+
22
+ #### ` powersync ` - ` v1.8.0 `
23
+
24
+ - Requires ` journeyapps/powersync-service ` v0.5.0 or later when self-hosting
25
+ - Use powersync-sqlite-core v0.2.1
26
+ - Customize ` User-Agent ` header
27
+ - Add ` client_id ` parameter to sync requests
28
+ - Persist ` lastSyncedAt `
29
+ - Emit update notifications for watch queries on ` disconnectAndClear() `
30
+ - Validate that the ` powersync-sqlite-core ` version number is in a compatible range of ` ^0.2.0 `
31
+ - Always cast ` target_op ` (write checkpoints) to ensure it's an integer
32
+ - Sync optimizations for MOVE and REMOVE operations
33
+
34
+
6
35
## 2024-08-23
7
36
8
37
### Changes
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ packages:
310
310
path: "../../packages/powersync"
311
311
relative: true
312
312
source: path
313
- version: "1.6.7 "
313
+ version: "1.7.0 "
314
314
powersync_flutter_libs:
315
315
dependency: "direct overridden"
316
316
description:
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.6.7
13
+ powersync : ^1.8.0
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 @@ -366,7 +366,7 @@ packages:
366
366
path: "../../packages/powersync"
367
367
relative: true
368
368
source: path
369
- version: "1.6.7 "
369
+ version: "1.7.0 "
370
370
powersync_flutter_libs:
371
371
dependency: "direct overridden"
372
372
description:
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.6.7
14
+ powersync : ^1.8.0
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 @@ -390,7 +390,7 @@ packages:
390
390
path: "../../packages/powersync"
391
391
relative: true
392
392
source: path
393
- version: "1.6.7 "
393
+ version: "1.7.0 "
394
394
powersync_flutter_libs:
395
395
dependency: "direct overridden"
396
396
description:
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.6.7
14
+ powersync : ^1.8.0
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 @@ -406,7 +406,7 @@ packages:
406
406
path: "../../packages/powersync"
407
407
relative: true
408
408
source: path
409
- version: "1.6.7 "
409
+ version: "1.7.0 "
410
410
powersync_flutter_libs:
411
411
dependency: "direct overridden"
412
412
description:
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.6.7
40
+ powersync : ^1.8.0
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 @@ -686,14 +686,14 @@ packages:
686
686
path: "../../packages/powersync"
687
687
relative: true
688
688
source: path
689
- version: "1.6.7 "
689
+ version: "1.7.0 "
690
690
powersync_attachments_helper:
691
691
dependency: "direct main"
692
692
description:
693
693
path: "../../packages/powersync_attachments_helper"
694
694
relative: true
695
695
source: path
696
- version: "0.6.5"
696
+ version: "0.6.5+1 "
697
697
powersync_flutter_libs:
698
698
dependency: "direct overridden"
699
699
description:
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.5
13
- powersync : ^1.6.7
12
+ powersync_attachments_helper : ^0.6.5+1
13
+ powersync : ^1.8.0
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 @@ -470,14 +470,14 @@ packages:
470
470
path: "../../packages/powersync"
471
471
relative: true
472
472
source: path
473
- version: "1.6.7 "
473
+ version: "1.7.0 "
474
474
powersync_attachments_helper:
475
475
dependency: "direct main"
476
476
description:
477
477
path: "../../packages/powersync_attachments_helper"
478
478
relative: true
479
479
source: path
480
- version: "0.6.5"
480
+ version: "0.6.5+1 "
481
481
powersync_flutter_libs:
482
482
dependency: "direct overridden"
483
483
description:
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.5
14
- powersync : ^1.6.7
13
+ powersync_attachments_helper : ^0.6.5+1
14
+ powersync : ^1.8.0
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
1
+ ## 1.8.0
2
+
3
+ - Requires ` journeyapps/powersync-service ` v0.5.0 or later when self-hosting
4
+ - Use powersync-sqlite-core v0.2.1
5
+ - Customize ` User-Agent ` header
6
+ - Add ` client_id ` parameter to sync requests
7
+ - Persist ` lastSyncedAt `
8
+ - Emit update notifications for watch queries on ` disconnectAndClear() `
9
+ - Validate that the ` powersync-sqlite-core ` version number is in a compatible range of ` ^0.2.0 `
10
+ - Always cast ` target_op ` (write checkpoints) to ensure it's an integer
11
+ - Sync optimizations for MOVE and REMOVE operations
12
+
13
+
1
14
## 1.7.0
2
15
3
16
- ** FEAT** : Include schema validation check
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ String powerSyncUserAgent() {
10
10
}
11
11
// Ideally we'd get an OS version as well, but that's a little complex.
12
12
// Platform.operatingSystemVersion is very verbose.
13
- return 'powersync-dart/$libraryVersion ( $dart ; ${Platform .operatingSystem }) ' ;
13
+ return 'powersync-dart/$libraryVersion $dart ${Platform .operatingSystem }' ;
14
14
}
15
15
16
16
Map <String , String > userAgentHeaders () {
Original file line number Diff line number Diff line change 1
1
import 'package:powersync/src/version.dart' ;
2
2
3
3
String powerSyncUserAgent () {
4
- return 'powersync-dart/$libraryVersion (flutter-web)' ;
4
+ return 'powersync-dart/$libraryVersion Dart (flutter-web)' ;
5
5
}
6
6
7
7
Map <String , String > userAgentHeaders () {
Original file line number Diff line number Diff line change 1
- const String libraryVersion = '1.6.4 ' ;
1
+ const String libraryVersion = '1.8.0 ' ;
Original file line number Diff line number Diff line change 1
1
name : powersync
2
- version : 1.6.7
2
+ version : 1.8.0
3
3
homepage : https://powersync.com
4
4
repository : https://github.com/powersync-ja/powersync.dart
5
5
description : PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
Original file line number Diff line number Diff line change
1
+ ## 0.6.5+1
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 0.6.5
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.5
3
+ version : 0.6.5+1
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 : ^1.6.7
13
+ powersync : ^1.7.0
14
14
logging : ^1.2.0
15
15
sqlite_async : ^0.8.1
16
16
path_provider : ^2.0.13
You can’t perform that action at this time.
0 commit comments