Skip to content

Commit 4044a39

Browse files
authored
Merge pull request #155 from powersync-ja/release/1.8.0
Release v1.8.0
2 parents 521bb7b + 720f876 commit 4044a39

File tree

20 files changed

+68
-22
lines changed

20 files changed

+68
-22
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+
## 2024-09-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` - `v1.8.0`](#powersync---v180)
19+
20+
---
21+
22+
#### `powersync` - `v1.8.0`
23+
24+
- Requires `journeyapps/powersync-service` v0.5.0 or later when self-hosting
25+
- Use powersync-sqlite-core v0.2.1
26+
- Customize `User-Agent` header
27+
- Add `client_id` parameter to sync requests
28+
- Persist `lastSyncedAt`
29+
- Emit update notifications for watch queries on `disconnectAndClear()`
30+
- Validate that the `powersync-sqlite-core` version number is in a compatible range of `^0.2.0`
31+
- Always cast `target_op` (write checkpoints) to ensure it's an integer
32+
- Sync optimizations for MOVE and REMOVE operations
33+
34+
635
## 2024-08-23
736

837
### Changes

demos/django-todolist/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ packages:
310310
path: "../../packages/powersync"
311311
relative: true
312312
source: path
313-
version: "1.6.7"
313+
version: "1.7.0"
314314
powersync_flutter_libs:
315315
dependency: "direct overridden"
316316
description:

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.6.7
13+
powersync: ^1.8.0
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ packages:
366366
path: "../../packages/powersync"
367367
relative: true
368368
source: path
369-
version: "1.6.7"
369+
version: "1.7.0"
370370
powersync_flutter_libs:
371371
dependency: "direct overridden"
372372
description:

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.6.7
14+
powersync: ^1.8.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ packages:
390390
path: "../../packages/powersync"
391391
relative: true
392392
source: path
393-
version: "1.6.7"
393+
version: "1.7.0"
394394
powersync_flutter_libs:
395395
dependency: "direct overridden"
396396
description:

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.6.7
14+
powersync: ^1.8.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

demos/supabase-simple-chat/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ packages:
406406
path: "../../packages/powersync"
407407
relative: true
408408
source: path
409-
version: "1.6.7"
409+
version: "1.7.0"
410410
powersync_flutter_libs:
411411
dependency: "direct overridden"
412412
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: ^2.0.2
3939
timeago: ^3.6.0
40-
powersync: ^1.6.7
40+
powersync: ^1.8.0
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist-drift/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,14 +686,14 @@ packages:
686686
path: "../../packages/powersync"
687687
relative: true
688688
source: path
689-
version: "1.6.7"
689+
version: "1.7.0"
690690
powersync_attachments_helper:
691691
dependency: "direct main"
692692
description:
693693
path: "../../packages/powersync_attachments_helper"
694694
relative: true
695695
source: path
696-
version: "0.6.5"
696+
version: "0.6.5+1"
697697
powersync_flutter_libs:
698698
dependency: "direct overridden"
699699
description:

0 commit comments

Comments
 (0)