Skip to content

Commit c77d207

Browse files
committed
1 parent fee225c commit c77d207

File tree

21 files changed

+86
-22
lines changed

21 files changed

+86
-22
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
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-01-06
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_sqlcipher` - `v0.1.2`](#powersync_sqlcipher---v012)
19+
- [`powersync` - `v1.11.0`](#powersync---v1110)
20+
- [`powersync_attachments_helper` - `v0.6.17`](#powersync_attachments_helper---v0617)
21+
- [`powersync_core` - `v1.1.0`](#powersync_core---v110)
22+
- [`powersync_flutter_libs` - `v0.4.4`](#powersync_flutter_libs---v044)
23+
24+
---
25+
26+
#### `powersync_sqlcipher` - `v0.1.2`
27+
28+
#### `powersync` - `v1.11.0`
29+
30+
- Increase limit on number of columns per table to 1999.
31+
- Avoid deleting the $local bucket on connect().
32+
33+
#### `powersync_attachments_helper` - `v0.6.17`
34+
35+
- Update dependencies.
36+
37+
#### `powersync_core` - `v1.1.0`
38+
39+
- Increase limit on number of columns per table to 1999.
40+
- Avoid deleting the $local bucket on connect().
41+
42+
#### `powersync_flutter_libs` - `v0.4.4`
43+
44+
- powersync-sqlite-core 0.3.8 - increases column limit and fixes view migration issue
45+
46+
647
## 2024-11-13
748

849
### Changes

demos/benchmarks/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.10.0
13+
powersync: ^1.11.0
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/django-todolist/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.10.0
13+
powersync: ^1.11.0
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/firebase-nodejs-todolist/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.10.0
14+
powersync: ^1.11.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
path: ^1.8.3

demos/supabase-anonymous-auth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.10.0
14+
powersync: ^1.11.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.10.0
14+
powersync: ^1.11.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

demos/supabase-simple-chat/pubspec.yaml

+1-1
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.10.0
40+
powersync: ^1.11.0
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist-drift/pubspec.yaml

+2-2
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.16
13-
powersync: ^1.10.0
12+
powersync_attachments_helper: ^0.6.17
13+
powersync: ^1.11.0
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.10.0
13+
powersync: ^1.11.0
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

demos/supabase-todolist/pubspec.yaml

+2-2
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.16
14-
powersync: ^1.10.0
13+
powersync_attachments_helper: ^0.6.17
14+
powersync: ^1.11.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
path: ^1.8.3

packages/powersync/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.11.0
2+
3+
- Increase limit on number of columns per table to 1999.
4+
- Avoid deleting the $local bucket on connect().
5+
16
## 1.10.0
27

38
- This package now uses the `powersync_core` package to provide its base functionality.

packages/powersync/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: powersync
2-
version: 1.10.0
2+
version: 1.11.0
33
homepage: https://powersync.com
44
repository: https://github.com/powersync-ja/powersync.dart
55
description: PowerSync Flutter SDK - sync engine for building local-first apps.
@@ -11,8 +11,8 @@ dependencies:
1111
sdk: flutter
1212

1313
sqlite3_flutter_libs: ^0.5.23
14-
powersync_core: ^1.0.0
15-
powersync_flutter_libs: ^0.4.3
14+
powersync_core: ^1.1.0
15+
powersync_flutter_libs: ^0.4.4
1616
collection: ^1.17.0
1717
pubspec_parse: ^1.3.0
1818
args: ^2.5.0

packages/powersync_attachments_helper/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.17
2+
3+
- **FEAT**: PowerSync encryption with SQLCipher ([#194](https://github.com/powersync-ja/powersync.dart/issues/194)). ([ea6186d7](https://github.com/powersync-ja/powersync.dart/commit/ea6186d7d844d976fafb0c2e2e8a9f25e4deb08c))
4+
15
## 0.6.16
26

37
- Update a dependency to the latest release.

packages/powersync_attachments_helper/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: powersync_attachments_helper
22
description: A helper library for handling attachments when using PowerSync.
3-
version: 0.6.16
3+
version: 0.6.17
44
repository: https://github.com/powersync-ja/powersync.dart
55
homepage: https://www.powersync.com/
66
environment:
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
powersync_core: ^1.0.0
13+
powersync_core: ^1.1.0
1414
logging: ^1.2.0
1515
sqlite_async: ^0.11.0
1616
path_provider: ^2.0.13

packages/powersync_core/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.0
2+
3+
- Increase limit on number of columns per table to 1999.
4+
- Avoid deleting the $local bucket on connect().
5+
16
## 1.0.0
27

38
- Dart library for Powersync for use cases such as server-side Dart or non-Flutter Dart environments initial release.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String libraryVersion = '1.0.0';
1+
const String libraryVersion = '1.1.0';

packages/powersync_core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: powersync_core
2-
version: 1.0.0
2+
version: 1.1.0
33
homepage: https://powersync.com
44
repository: https://github.com/powersync-ja/powersync.dart
55
description: PowerSync Dart SDK - sync engine for building local-first apps.

packages/powersync_flutter_libs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.4
2+
3+
- powersync-sqlite-core 0.3.8 - increases column limit and fixes view migration issue
4+
15
## 0.4.3
26

37
- powersync-sqlite-core 0.3.6 - fixes dangling rows issue

packages/powersync_flutter_libs/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: powersync_flutter_libs
22
description: PowerSync core binaries for the PowerSync Flutter SDK. Needs to be included for Flutter apps.
3-
version: 0.4.3
3+
version: 0.4.4
44
repository: https://github.com/powersync-ja/powersync.dart
55
homepage: https://www.powersync.com/
66

packages/powersync_sqlcipher/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.2
2+
3+
- Increase limit on number of columns per table to 1999.
4+
- Avoid deleting the $local bucket on connect().
5+
16
## 0.1.1
27

38
- Update dependency `powersync_flutter_libs` to v0.4.3

packages/powersync_sqlcipher/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: powersync_sqlcipher
2-
version: 0.1.1
2+
version: 0.1.2
33
homepage: https://powersync.com
44
repository: https://github.com/powersync-ja/powersync.dart
55
description: PowerSync Flutter SDK - sync engine for building local-first apps.
@@ -12,8 +12,8 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
powersync_core: ^1.0.0
16-
powersync_flutter_libs: ^0.4.3
15+
powersync_core: ^1.1.0
16+
powersync_flutter_libs: ^0.4.4
1717
sqlcipher_flutter_libs: ^0.6.4
1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)