Skip to content

Commit 0e03710

Browse files
Merge pull request #90 from powersync-ja/fix/streaming-requests
[Fix] Sync stream connection
2 parents 5038f31 + 182aa15 commit 0e03710

File tree

14 files changed

+127
-82
lines changed

14 files changed

+127
-82
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
All notable changes to this project will be documented in this file.
44
See [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

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

demos/supabase-anonymous-auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
dev_dependencies:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
dev_dependencies:

demos/supabase-simple-chat/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

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.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

0 commit comments

Comments
 (0)