Skip to content

Commit 264f012

Browse files
committed
Merge remote-tracking branch 'origin/main' into demo-state-refactoring
2 parents 7d97c53 + eb0937a commit 264f012

File tree

81 files changed

+1718
-592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1718
-592
lines changed

CHANGELOG.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,118 @@
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-03-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.2.2`](#powersync_core---v122)
19+
- [`powersync_attachments_helper` - `v0.6.18+4`](#powersync_attachments_helper---v06184)
20+
- [`powersync_sqlcipher` - `v0.1.5+2`](#powersync_sqlcipher---v0152)
21+
- [`powersync` - `v1.12.2`](#powersync---v1122)
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+4`
28+
- `powersync_sqlcipher` - `v0.1.5+2`
29+
- `powersync` - `v1.12.2`
30+
31+
---
32+
33+
#### `powersync_core` - `v1.2.2`
34+
35+
- Fix handling token invalidation on the web.
36+
37+
38+
## 2025-03-06
39+
40+
### Changes
41+
42+
---
43+
44+
Packages with breaking changes:
45+
46+
- There are no breaking changes in this release.
47+
48+
Packages with other changes:
49+
50+
- [`powersync_core` - `v1.2.1`](#powersync_core---v121)
51+
- [`powersync_flutter_libs` - `v0.4.7`](#powersync_flutter_libs---v047)
52+
- [`powersync_attachments_helper` - `v0.6.18+3`](#powersync_attachments_helper---v06183)
53+
- [`powersync_sqlcipher` - `v0.1.5+1`](#powersync_sqlcipher---v0151)
54+
- [`powersync` - `v1.12.1`](#powersync---v1121)
55+
56+
Packages with dependency updates only:
57+
58+
> 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.
59+
60+
- `powersync_attachments_helper` - `v0.6.18+3`
61+
- `powersync_sqlcipher` - `v0.1.5+1`
62+
- `powersync` - `v1.12.1`
63+
64+
---
65+
66+
#### `powersync_core` - `v1.2.1`
67+
68+
- Raise minimum version of core extension to 0.3.11.
69+
70+
#### `powersync_flutter_libs` - `v0.4.7`
71+
72+
- Update core extension to 0.3.12.
73+
74+
75+
## 2025-03-03
76+
77+
### Changes
78+
79+
---
80+
81+
Packages with breaking changes:
82+
83+
- There are no breaking changes in this release.
84+
85+
Packages with other changes:
86+
87+
- [`powersync_core` - `v1.2.0`](#powersync_core---v120)
88+
- [`powersync_flutter_libs` - `v0.4.6`](#powersync_flutter_libs---v046)
89+
- [`powersync` - `v1.12.0`](#powersync---v1120)
90+
- [`powersync_sqlcipher` - `v0.1.5`](#powersync_sqlcipher---v015)
91+
- [`powersync_attachments_helper` - `v0.6.18+2`](#powersync_attachments_helper---v06182)
92+
93+
Packages with dependency updates only:
94+
95+
> 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.
96+
97+
- `powersync_attachments_helper` - `v0.6.18+2`
98+
99+
---
100+
101+
#### `powersync_core` - `v1.2.0`
102+
103+
- Support bucket priorities and partial syncs.
104+
105+
#### `powersync_flutter_libs` - `v0.4.6`
106+
107+
- Bump version of core extension to 0.3.11
108+
109+
#### `powersync` - `v1.12.0`
110+
111+
- Support bucket priorities and partial syncs.
112+
113+
#### `powersync_sqlcipher` - `v0.1.5`
114+
115+
- Support bucket priorities and partial syncs.
116+
117+
6118
## 2025-02-17
7119

8120
### Changes

demos/benchmarks/ios/Podfile.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,25 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- powersync-sqlite-core (0.3.10)
6+
- powersync-sqlite-core (0.3.12)
77
- powersync_flutter_libs (0.0.1):
88
- Flutter
9-
- powersync-sqlite-core (~> 0.3.10)
10-
- "sqlite3 (3.46.1+1)":
11-
- "sqlite3/common (= 3.46.1+1)"
12-
- "sqlite3/common (3.46.1+1)"
13-
- "sqlite3/dbstatvtab (3.46.1+1)":
9+
- powersync-sqlite-core (~> 0.3.12)
10+
- sqlite3 (3.49.1):
11+
- sqlite3/common (= 3.49.1)
12+
- sqlite3/common (3.49.1)
13+
- sqlite3/dbstatvtab (3.49.1):
1414
- sqlite3/common
15-
- "sqlite3/fts5 (3.46.1+1)":
15+
- sqlite3/fts5 (3.49.1):
1616
- sqlite3/common
17-
- "sqlite3/perf-threadsafe (3.46.1+1)":
17+
- sqlite3/perf-threadsafe (3.49.1):
1818
- sqlite3/common
19-
- "sqlite3/rtree (3.46.1+1)":
19+
- sqlite3/rtree (3.49.1):
2020
- sqlite3/common
2121
- sqlite3_flutter_libs (0.0.1):
2222
- Flutter
23-
- "sqlite3 (~> 3.46.0+1)"
23+
- FlutterMacOS
24+
- sqlite3 (~> 3.49.1)
2425
- sqlite3/dbstatvtab
2526
- sqlite3/fts5
2627
- sqlite3/perf-threadsafe
@@ -30,7 +31,7 @@ DEPENDENCIES:
3031
- Flutter (from `Flutter`)
3132
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
3233
- powersync_flutter_libs (from `.symlinks/plugins/powersync_flutter_libs/ios`)
33-
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
34+
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/darwin`)
3435

3536
SPEC REPOS:
3637
trunk:
@@ -45,15 +46,15 @@ EXTERNAL SOURCES:
4546
powersync_flutter_libs:
4647
:path: ".symlinks/plugins/powersync_flutter_libs/ios"
4748
sqlite3_flutter_libs:
48-
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
49+
:path: ".symlinks/plugins/sqlite3_flutter_libs/darwin"
4950

5051
SPEC CHECKSUMS:
5152
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
5253
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
53-
powersync-sqlite-core: c7045a44bb1040485ba46b42a3b0acaed424a5cd
54-
powersync_flutter_libs: f33ed290b2813a13809ea4f0e6ae6621f3de8218
55-
sqlite3: 0bb0e6389d824e40296f531b858a2a0b71c0d2fb
56-
sqlite3_flutter_libs: 9379996d65aa23dcda7585a5b58766cebe0aa042
54+
powersync-sqlite-core: fcc32da5528fca9d50b185fcd777705c034e255b
55+
powersync_flutter_libs: 23a227cf1aca676e605548a4857da261b06d9421
56+
sqlite3: fc1400008a9b3525f5914ed715a5d1af0b8f4983
57+
sqlite3_flutter_libs: f8fc13346870e73fe35ebf6dbb997fbcd156b241
5758

5859
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
5960

demos/benchmarks/macos/Podfile.lock

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
PODS:
2+
- FlutterMacOS (1.0.0)
3+
- path_provider_foundation (0.0.1):
4+
- Flutter
5+
- FlutterMacOS
6+
- powersync-sqlite-core (0.3.12)
7+
- powersync_flutter_libs (0.0.1):
8+
- FlutterMacOS
9+
- powersync-sqlite-core (~> 0.3.12)
10+
- sqlite3 (3.49.1):
11+
- sqlite3/common (= 3.49.1)
12+
- sqlite3/common (3.49.1)
13+
- sqlite3/dbstatvtab (3.49.1):
14+
- sqlite3/common
15+
- sqlite3/fts5 (3.49.1):
16+
- sqlite3/common
17+
- sqlite3/perf-threadsafe (3.49.1):
18+
- sqlite3/common
19+
- sqlite3/rtree (3.49.1):
20+
- sqlite3/common
21+
- sqlite3_flutter_libs (0.0.1):
22+
- Flutter
23+
- FlutterMacOS
24+
- sqlite3 (~> 3.49.1)
25+
- sqlite3/dbstatvtab
26+
- sqlite3/fts5
27+
- sqlite3/perf-threadsafe
28+
- sqlite3/rtree
29+
30+
DEPENDENCIES:
31+
- FlutterMacOS (from `Flutter/ephemeral`)
32+
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
33+
- powersync_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/powersync_flutter_libs/macos`)
34+
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin`)
35+
36+
SPEC REPOS:
37+
trunk:
38+
- powersync-sqlite-core
39+
- sqlite3
40+
41+
EXTERNAL SOURCES:
42+
FlutterMacOS:
43+
:path: Flutter/ephemeral
44+
path_provider_foundation:
45+
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
46+
powersync_flutter_libs:
47+
:path: Flutter/ephemeral/.symlinks/plugins/powersync_flutter_libs/macos
48+
sqlite3_flutter_libs:
49+
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin
50+
51+
SPEC CHECKSUMS:
52+
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
53+
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
54+
powersync-sqlite-core: fcc32da5528fca9d50b185fcd777705c034e255b
55+
powersync_flutter_libs: 011c1704766d154faf2373bb9c973d26910d322b
56+
sqlite3: fc1400008a9b3525f5914ed715a5d1af0b8f4983
57+
sqlite3_flutter_libs: f8fc13346870e73fe35ebf6dbb997fbcd156b241
58+
59+
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
60+
61+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)