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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# PowerSync.Common Changelog
2
2
3
3
## 0.0.6-alpha.1
4
+
- Updated to the lastest version (0.4.10) of the core extension.
4
5
- Dropping support for the legacy C# sync implementation.
5
6
- Add `trackPreviousValues` option on `TableOptions` which sets `CrudEntry.PreviousValues` to previous values on updates.
6
7
- Add `trackMetadata` option on `TableOptions` which adds a `_metadata` column that can be used for updates. The configured metadata is available through `CrudEntry.Metadata`.
@@ -10,7 +11,7 @@
10
11
- Report `PriorityStatusEntries` on `SyncStatus`.
11
12
12
13
## 0.0.5-alpha.1
13
-
- Using the latest (0.4.9) version of the core extension, it introduces support for the Rust Sync implementation and also makes it the default - users can still opt out and use the legacy C# sync implementation as option when calling `connect()`.
14
+
- Using the latest version (0.4.9) of the core extension, it introduces support for the Rust Sync implementation and also makes it the default - users can still opt out and use the legacy C# sync implementation as option when calling `connect()`.
14
15
15
16
## 0.0.4-alpha.1
16
17
- Fixed MAUI issues related to extension loading when installing package outside of the monorepo.
0 commit comments