Skip to content

Prepare release #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-05-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`powersync_core` - `v1.3.0`](#powersync_core---v130)
- [`powersync` - `v1.13.0`](#powersync---v1130)
- [`powersync_sqlcipher` - `v0.1.6`](#powersync_sqlcipher---v016)
- [`powersync_flutter_libs` - `v0.4.8`](#powersync_flutter_libs---v048)
- [`powersync_attachments_helper` - `v0.6.18+7`](#powersync_attachments_helper---v06187)

Packages with dependency updates only:

> 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.

- `powersync_attachments_helper` - `v0.6.18+7`

---

#### `powersync_core` - `v1.3.0`
#### `powersync` - `v1.13.0`
#### `powersync_sqlcipher` - `v0.1.6`

* Report real-time progress information about downloads through `SyncStatus.downloadProgress`.
* Add `trackPreviousValues` option on `Table` which sets `CrudEntry.previousValues` to previous values on updates.
* Add `trackMetadata` option on `Table` which adds a `_metadata` column that can be used for updates.
The configured metadata is available through `CrudEntry.metadata`.
* Add `ignoreEmptyUpdates` option which skips creating CRUD entries for updates that don't change any values.

#### `powersync_flutter_libs` - `v0.4.8`

- Update PowerSync core extension to version 0.3.14.


## 2025-04-24

### Changes
Expand Down
10 changes: 5 additions & 5 deletions demos/benchmarks/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,21 +297,21 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.11.2"
version: "1.13.0"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.1.2"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.4"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -369,10 +369,10 @@ packages:
dependency: transitive
description:
name: sqlite3_web
sha256: "870f287c2375117af1f769893c5ea0941882ee820444af5c3dcceec3b217aab1"
sha256: "967e076442f7e1233bd7241ca61f3efe4c7fc168dac0f38411bdb3bdf471eb3c"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
sqlite_async:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
powersync: ^1.12.4
powersync: ^1.13.0
path_provider: ^2.1.1
path: ^1.8.3
logging: ^1.2.0
Expand Down
6 changes: 3 additions & 3 deletions demos/django-todolist/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,21 +310,21 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.12.4"
version: "1.13.0"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.2.4"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.7"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/django-todolist/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
powersync: ^1.12.4
powersync: ^1.13.0
path_provider: ^2.1.1
path: ^1.8.3
logging: ^1.2.0
Expand Down
10 changes: 5 additions & 5 deletions demos/firebase-nodejs-todolist/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -446,21 +446,21 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.11.2"
version: "1.13.0"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.1.2"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.4"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -598,10 +598,10 @@ packages:
dependency: transitive
description:
name: sqlite3_web
sha256: "870f287c2375117af1f769893c5ea0941882ee820444af5c3dcceec3b217aab1"
sha256: "967e076442f7e1233bd7241ca61f3efe4c7fc168dac0f38411bdb3bdf471eb3c"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
sqlite_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/firebase-nodejs-todolist/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

powersync: ^1.12.4
powersync: ^1.13.0
path_provider: ^2.1.1
supabase_flutter: ^2.0.1
path: ^1.8.3
Expand Down
10 changes: 5 additions & 5 deletions demos/supabase-anonymous-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -390,21 +390,21 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.11.2"
version: "1.13.0"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.1.2"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.4"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -542,10 +542,10 @@ packages:
dependency: transitive
description:
name: sqlite3_web
sha256: "870f287c2375117af1f769893c5ea0941882ee820444af5c3dcceec3b217aab1"
sha256: "967e076442f7e1233bd7241ca61f3efe4c7fc168dac0f38411bdb3bdf471eb3c"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
sqlite_async:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-anonymous-auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

powersync: ^1.12.4
powersync: ^1.13.0
path_provider: ^2.1.1
supabase_flutter: ^2.0.2
path: ^1.8.3
Expand Down
10 changes: 5 additions & 5 deletions demos/supabase-edge-function-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -390,21 +390,21 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.11.2"
version: "1.13.0"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.1.2"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.4"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -542,10 +542,10 @@ packages:
dependency: transitive
description:
name: sqlite3_web
sha256: "870f287c2375117af1f769893c5ea0941882ee820444af5c3dcceec3b217aab1"
sha256: "967e076442f7e1233bd7241ca61f3efe4c7fc168dac0f38411bdb3bdf471eb3c"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
sqlite_async:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-edge-function-auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

powersync: ^1.12.4
powersync: ^1.13.0
path_provider: ^2.1.1
supabase_flutter: ^2.0.2
path: ^1.8.3
Expand Down
10 changes: 5 additions & 5 deletions demos/supabase-simple-chat/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -406,21 +406,21 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.11.2"
version: "1.13.0"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.1.2"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.4"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -558,10 +558,10 @@ packages:
dependency: transitive
description:
name: sqlite3_web
sha256: "870f287c2375117af1f769893c5ea0941882ee820444af5c3dcceec3b217aab1"
sha256: "967e076442f7e1233bd7241ca61f3efe4c7fc168dac0f38411bdb3bdf471eb3c"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
sqlite_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-simple-chat/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:

supabase_flutter: ^2.0.2
timeago: ^3.6.0
powersync: ^1.12.4
powersync: ^1.13.0
path_provider: ^2.1.1
path: ^1.8.3
logging: ^1.2.0
Expand Down
8 changes: 4 additions & 4 deletions demos/supabase-todolist-drift/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -758,28 +758,28 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.12.2"
version: "1.13.0"
powersync_attachments_helper:
dependency: "direct main"
description:
path: "../../packages/powersync_attachments_helper"
relative: true
source: path
version: "0.6.18+4"
version: "0.6.18+7"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.2.2"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.7"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions demos/supabase-todolist-drift/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
dependencies:
flutter:
sdk: flutter
powersync_attachments_helper: ^0.6.18+6
powersync: ^1.12.4
powersync_attachments_helper: ^0.6.18+7
powersync: ^1.13.0
path_provider: ^2.1.1
supabase_flutter: ^2.0.1
path: ^1.8.3
Expand Down
10 changes: 5 additions & 5 deletions demos/supabase-todolist-optional-sync/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -470,21 +470,21 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.11.2"
version: "1.13.0"
powersync_core:
dependency: "direct overridden"
description:
path: "../../packages/powersync_core"
relative: true
source: path
version: "1.1.2"
version: "1.3.0"
powersync_flutter_libs:
dependency: "direct overridden"
description:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.4.4"
version: "0.4.8"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -622,10 +622,10 @@ packages:
dependency: transitive
description:
name: sqlite3_web
sha256: "870f287c2375117af1f769893c5ea0941882ee820444af5c3dcceec3b217aab1"
sha256: "967e076442f7e1233bd7241ca61f3efe4c7fc168dac0f38411bdb3bdf471eb3c"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
sqlite_async:
dependency: "direct main"
description:
Expand Down
Loading