Skip to content

Commit 9804686

Browse files
authored
Merge pull request powersync-ja#285 from powersync-ja/release
Prepare release
2 parents 59131ba + 0eb0ccf commit 9804686

File tree

22 files changed

+90
-23
lines changed

22 files changed

+90
-23
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,50 @@
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-05-29
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.3.1`](#powersync_core---v131)
19+
- [`powersync` - `v1.13.1`](#powersync---v1131)
20+
- [`powersync_sqlcipher` - `v0.1.7`](#powersync_sqlcipher---v017)
21+
- [`powersync_attachments_helper` - `v0.6.18+8`](#powersync_attachments_helper---v06188)
22+
23+
Packages with dependency updates only:
24+
25+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
26+
27+
- `powersync_attachments_helper` - `v0.6.18+8`
28+
29+
---
30+
31+
#### `powersync_core` - `v1.3.1`
32+
33+
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
34+
- Allow disconnecting in the credentials callback of a connector.
35+
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
36+
- Fix sync progress report after a compaction or defragmentation on the sync service.
37+
38+
#### `powersync` - `v1.13.1`
39+
40+
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
41+
- Allow disconnecting in the credentials callback of a connector.
42+
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
43+
- Fix sync progress report after a compaction or defragmentation on the sync service.
44+
45+
#### `powersync_sqlcipher` - `v0.1.7`
46+
47+
- Allow subclassing open factory for SQLCipher.
48+
49+
650
## 2025-05-07
751

852
### 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.13.0
13+
powersync: ^1.13.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.13.0
13+
powersync: ^1.13.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.13.0
14+
powersync: ^1.13.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.13.0
14+
powersync: ^1.13.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.13.0
14+
powersync: ^1.13.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.13.0
40+
powersync: ^1.13.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
powersync_attachments_helper: ^0.6.18+7
13-
powersync: ^1.13.0
12+
powersync_attachments_helper: ^0.6.18+8
13+
powersync: ^1.13.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.13.0
13+
powersync: ^1.13.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync_attachments_helper: ^0.6.18+7
14-
powersync: ^1.13.0
13+
powersync_attachments_helper: ^0.6.18+8
14+
powersync: ^1.13.1
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
path: ^1.8.3

0 commit comments

Comments
 (0)