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 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
637## 2024-03-05
738
839### Changes
Original file line number Diff line number Diff line change @@ -488,10 +488,10 @@ packages:
488488 dependency: "direct main"
489489 description:
490490 name: sqlite_async
491- sha256: cfe14e9b10db9f40f550125f4a8528ad5f891754a4852bf1c1622a4b0192e80c
491+ sha256: "4f43be2da7957c580643302c94ae3180045facc6b5872b7e5ba5241afd82c939"
492492 url: "https://pub.dev"
493493 source: hosted
494- version: "0.7.0-alpha.3 "
494+ version: "0.7.0-alpha.4 "
495495 stack_trace:
496496 dependency: transitive
497497 description:
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- powersync : ^1.3.0-alpha.3
14+ powersync : ^1.3.0-alpha.5
1515 path_provider : ^2.1.1
1616 supabase_flutter : ^2.0.2
1717 path : ^1.8.3
1818 logging : ^1.2.0
19- sqlite_async : ^0.7.0-alpha.3
19+ sqlite_async : ^0.7.0-alpha.4
2020 universal_io : ^2.2.2
2121
2222dev_dependencies :
Original file line number Diff line number Diff line change @@ -488,10 +488,10 @@ packages:
488488 dependency: "direct main"
489489 description:
490490 name: sqlite_async
491- sha256: cfe14e9b10db9f40f550125f4a8528ad5f891754a4852bf1c1622a4b0192e80c
491+ sha256: "4f43be2da7957c580643302c94ae3180045facc6b5872b7e5ba5241afd82c939"
492492 url: "https://pub.dev"
493493 source: hosted
494- version: "0.7.0-alpha.3 "
494+ version: "0.7.0-alpha.4 "
495495 stack_trace:
496496 dependency: transitive
497497 description:
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- powersync : ^1.3.0-alpha.3
14+ powersync : ^1.3.0-alpha.5
1515 path_provider : ^2.1.1
1616 supabase_flutter : ^2.0.2
1717 path : ^1.8.3
1818 logging : ^1.2.0
19- sqlite_async : ^0.7.0-alpha.2
19+ sqlite_async : ^0.7.0-alpha.4
2020 universal_io : ^2.2.2
2121
2222dev_dependencies :
Original file line number Diff line number Diff line change @@ -544,10 +544,10 @@ packages:
544544 dependency: transitive
545545 description:
546546 name: sqlite_async
547- sha256: cfe14e9b10db9f40f550125f4a8528ad5f891754a4852bf1c1622a4b0192e80c
547+ sha256: "4f43be2da7957c580643302c94ae3180045facc6b5872b7e5ba5241afd82c939"
548548 url: "https://pub.dev"
549549 source: hosted
550- version: "0.7.0-alpha.3 "
550+ version: "0.7.0-alpha.4 "
551551 stack_trace:
552552 dependency: transitive
553553 description:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
3737
3838 supabase_flutter : ^1.10.25
3939 timeago : ^3.6.0
40- powersync : ^1.3.0-alpha.3
40+ powersync : ^1.3.0-alpha.5
4141 path_provider : ^2.1.1
4242 path : ^1.8.3
4343 logging : ^1.2.0
You can’t perform that action at this time.
0 commit comments