You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PowerSync/PowerSync.Common/CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# PowerSync.Common Changelog
2
2
3
3
## 0.0.6-alpha.1
4
-
- Added ability to specify `AppMetadata` for sync/stream requests.
5
-
4
+
- Dropping support for the legacy C# sync implementation.
5
+
- Add `trackPreviousValues` option on `TableOptions` which sets `CrudEntry.PreviousValues` to previous values on updates.
6
+
- Add `trackMetadata` option on `TableOptions` which adds a `_metadata` column that can be used for updates. The configured metadata is available through `CrudEntry.Metadata`.
7
+
- Add `ignoreEmptyUpdates` option on `TableOptions` which skips creating CRUD entries for updates that don't change any values.
8
+
- Reporting progress information about downloaded rows. Sync progress is available through `SyncStatus.DownloadProgress()`.
9
+
- Support bucket priorities.
10
+
- Report `PriorityStatusEntries` on `SyncStatus`.
11
+
- Added ability to specify `AppMetadata` for sync/stream requests
6
12
Note: This requires a PowerSync service version `>=1.17.0` in order for logs to display metadata.
_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDBor MySQL on the server-side._
5
+
_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB, MySQL or SQL Server on the server-side._
0 commit comments