File tree Expand file tree Collapse file tree 14 files changed +127
-82
lines changed
supabase-edge-function-auth
powersync_attachments_helper Expand file tree Collapse file tree 14 files changed +127
-82
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-05-30
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - [ ` powersync_attachments_helper ` - ` v0.3.0-alpha.2 ` ] ( #powersync_attachments_helper---v030-alpha2 )
15
+
16
+ Packages with other changes:
17
+
18
+ - [ ` powersync ` - ` v1.3.0-alpha.5 ` ] ( #powersync---v130-alpha5 )
19
+
20
+ ---
21
+
22
+ #### ` powersync_attachments_helper ` - ` v0.3.0-alpha.2 `
23
+
24
+ - ** FIX** : reset isProcessing when exception is thrown during sync process. (#81 ).
25
+ - ** FIX** : attachment queue duplicating requests (#68 ).
26
+ - ** FIX** (powersync-attachements-helper): pubspec file (#29 ).
27
+ - ** FEAT** (attachments): add error handlers (#65 ).
28
+ - ** DOCS** : update readmes (#38 ).
29
+ - ** BREAKING** ** FEAT** (attachments): cater for subdirectories in storage (#78 ).
30
+
31
+ #### ` powersync ` - ` v1.3.0-alpha.5 `
32
+
33
+ - ** FIX** (powersync-attachements-helper): pubspec file (#29 ).
34
+ - ** DOCS** : update readme and getting started (#51 ).
35
+
36
+
6
37
## 2024-03-05
7
38
8
39
### Changes
Original file line number Diff line number Diff line change @@ -488,10 +488,10 @@ packages:
488
488
dependency: "direct main"
489
489
description:
490
490
name: sqlite_async
491
- sha256: cfe14e9b10db9f40f550125f4a8528ad5f891754a4852bf1c1622a4b0192e80c
491
+ sha256: "4f43be2da7957c580643302c94ae3180045facc6b5872b7e5ba5241afd82c939"
492
492
url: "https://pub.dev"
493
493
source: hosted
494
- version: "0.7.0-alpha.3 "
494
+ version: "0.7.0-alpha.4 "
495
495
stack_trace:
496
496
dependency: transitive
497
497
description:
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.3.0-alpha.3
14
+ powersync : ^1.3.0-alpha.5
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
18
18
logging : ^1.2.0
19
- sqlite_async : ^0.7.0-alpha.3
19
+ sqlite_async : ^0.7.0-alpha.4
20
20
universal_io : ^2.2.2
21
21
22
22
dev_dependencies :
Original file line number Diff line number Diff line change @@ -488,10 +488,10 @@ packages:
488
488
dependency: "direct main"
489
489
description:
490
490
name: sqlite_async
491
- sha256: cfe14e9b10db9f40f550125f4a8528ad5f891754a4852bf1c1622a4b0192e80c
491
+ sha256: "4f43be2da7957c580643302c94ae3180045facc6b5872b7e5ba5241afd82c939"
492
492
url: "https://pub.dev"
493
493
source: hosted
494
- version: "0.7.0-alpha.3 "
494
+ version: "0.7.0-alpha.4 "
495
495
stack_trace:
496
496
dependency: transitive
497
497
description:
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- powersync : ^1.3.0-alpha.3
14
+ powersync : ^1.3.0-alpha.5
15
15
path_provider : ^2.1.1
16
16
supabase_flutter : ^2.0.2
17
17
path : ^1.8.3
18
18
logging : ^1.2.0
19
- sqlite_async : ^0.7.0-alpha.2
19
+ sqlite_async : ^0.7.0-alpha.4
20
20
universal_io : ^2.2.2
21
21
22
22
dev_dependencies :
Original file line number Diff line number Diff line change @@ -544,10 +544,10 @@ packages:
544
544
dependency: transitive
545
545
description:
546
546
name: sqlite_async
547
- sha256: cfe14e9b10db9f40f550125f4a8528ad5f891754a4852bf1c1622a4b0192e80c
547
+ sha256: "4f43be2da7957c580643302c94ae3180045facc6b5872b7e5ba5241afd82c939"
548
548
url: "https://pub.dev"
549
549
source: hosted
550
- version: "0.7.0-alpha.3 "
550
+ version: "0.7.0-alpha.4 "
551
551
stack_trace:
552
552
dependency: transitive
553
553
description:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
38
38
supabase_flutter : ^1.10.25
39
39
timeago : ^3.6.0
40
- powersync : ^1.3.0-alpha.3
40
+ powersync : ^1.3.0-alpha.5
41
41
path_provider : ^2.1.1
42
42
path : ^1.8.3
43
43
logging : ^1.2.0
You can’t perform that action at this time.
0 commit comments