Skip to content

Commit 2b50013

Browse files
Changelog: note Sync client helper and builder changes
1 parent fa51b5e commit 2b50013

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ For more insights into what changed in the ObjectBox C++ core, [check the Object
99
- The [ObjectBox Gradle plugin](https://github.com/objectbox/objectbox-java-generator) requires JDK 11 and Android
1010
Gradle Plugin 8.1 or newer.
1111

12+
### Sync
13+
14+
- Add simplified `Sync.client(boxStore)` helper method. Move URL and credentials options to builder, add variants that
15+
accept multiple URLs and credentials. Deprecate the existing helper methods.
16+
- Add Sync client builder option to configure Sync behavior using
17+
[SyncFlags](objectbox-java/src/main/java/io/objectbox/sync/SyncFlags.java).
18+
1219
## 5.1.0 - 2026-01-26
1320

1421
- Add [ObjectBoxThreadPoolExecutor](objectbox-java/src/main/java/io/objectbox/ObjectBoxThreadPoolExecutor.java), a

0 commit comments

Comments
 (0)