|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## 2025-05-07 |
| 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.0`](#powersync_core---v130) |
| 19 | + - [`powersync` - `v1.13.0`](#powersync---v1130) |
| 20 | + - [`powersync_sqlcipher` - `v0.1.6`](#powersync_sqlcipher---v016) |
| 21 | + - [`powersync_flutter_libs` - `v0.4.8`](#powersync_flutter_libs---v048) |
| 22 | + - [`powersync_attachments_helper` - `v0.6.18+7`](#powersync_attachments_helper---v06187) |
| 23 | + |
| 24 | +Packages with dependency updates only: |
| 25 | + |
| 26 | +> 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. |
| 27 | +
|
| 28 | + - `powersync_attachments_helper` - `v0.6.18+7` |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +#### `powersync_core` - `v1.3.0` |
| 33 | +#### `powersync` - `v1.13.0` |
| 34 | +#### `powersync_sqlcipher` - `v0.1.6` |
| 35 | + |
| 36 | +* Report real-time progress information about downloads through `SyncStatus.downloadProgress`. |
| 37 | +* Add `trackPreviousValues` option on `Table` which sets `CrudEntry.previousValues` to previous values on updates. |
| 38 | +* Add `trackMetadata` option on `Table` which adds a `_metadata` column that can be used for updates. |
| 39 | + The configured metadata is available through `CrudEntry.metadata`. |
| 40 | +* Add `ignoreEmptyUpdates` option which skips creating CRUD entries for updates that don't change any values. |
| 41 | + |
| 42 | +#### `powersync_flutter_libs` - `v0.4.8` |
| 43 | + |
| 44 | + - Update PowerSync core extension to version 0.3.14. |
| 45 | + |
| 46 | + |
6 | 47 | ## 2025-04-24
|
7 | 48 |
|
8 | 49 | ### Changes
|
|
0 commit comments