We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5a585 commit e245323Copy full SHA for e245323
1 file changed
objectbox/CHANGELOG.md
@@ -30,8 +30,8 @@
30
### Sync
31
32
* Sync protocol version 10
33
-* Conflict resolution via the new annotations `@SyncClock()` and `@SyncPrecedence()` (allows last
34
- win with custom conflict resolution)
+* [Conflict resolution](https://sync.objectbox.io/syncing-concurrent-changes) via the new
+ annotations `@SyncClock()` and `@SyncPrecedence()` (allows last win with custom conflict resolution)
35
* SyncClient: support updating filter variables. After login, stage updates using put and remove,
36
then schedule to send them to the server with `applyFilterVariables()`.
37
* Clients report errors to the server
0 commit comments