Skip to content

Commit d3a8333

Browse files
committed
chore(release): publish packages
- powersync_core@1.5.1 - powersync@1.15.1 - powersync_sqlcipher@0.1.11 - powersync_flutter_libs@0.4.11
1 parent 0e8d50b commit d3a8333

File tree

22 files changed

+75
-21
lines changed

22 files changed

+75
-21
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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+
## 2025-08-11
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.5.1`](#powersync_core---v151)
19+
- [`powersync` - `v1.15.1`](#powersync---v1151)
20+
- [`powersync_sqlcipher` - `v0.1.11`](#powersync_sqlcipher---v0111)
21+
- [`powersync_flutter_libs` - `v0.4.11`](#powersync_flutter_libs---v0411)
22+
23+
---
24+
25+
#### `powersync_core` - `v1.5.1`
26+
#### `powersync` - `v1.15.1`
27+
#### `powersync_sqlcipher` - `v0.1.11`
28+
#### `powersync_flutter_libs` - `v0.4.11`
29+
30+
- Support latest versions of `package:sqlite3` and `package:sqlite_async`.
31+
- Stream client: Improve `disconnect()` while a connection is being opened.
32+
- Stream client: Support binary sync lines with Rust client and compatible PowerSync service versions.
33+
- Sync client: Improve parsing error responses.
34+
635
## 2025-07-17
736

837
### Changes

demos/benchmarks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.15.0
13+
powersync: ^1.15.1
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/django-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.15.0
13+
powersync: ^1.15.1
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/firebase-nodejs-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.15.0
14+
powersync: ^1.15.1
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
path: ^1.8.3

demos/supabase-anonymous-auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.15.0
14+
powersync: ^1.15.1
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.15.0
14+
powersync: ^1.15.1
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

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: ^2.0.2
3939
timeago: ^3.6.0
40-
powersync: ^1.15.0
40+
powersync: ^1.15.1
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist-drift/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
powersync_attachments_helper: ^0.6.18+11
13-
powersync: ^1.15.0
13+
powersync: ^1.15.1
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

demos/supabase-todolist-optional-sync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.15.0
13+
powersync: ^1.15.1
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

demos/supabase-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
powersync_attachments_helper: ^0.6.18+11
14-
powersync: ^1.15.0
14+
powersync: ^1.15.1
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
path: ^1.8.3

0 commit comments

Comments
 (0)