Skip to content

Commit 2868c1f

Browse files
committed
CHANGELOG.md: add "5.2.0 - 2026-01-27"
1 parent 9e933d3 commit 2868c1f

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
Notable changes to the ObjectBox Swift library.
44

5-
For more insights into what changed in the ObjectBox C++ core, [check the ObjectBox C changelog](https://github.com/objectbox/objectbox-c/blob/main/CHANGELOG.md).
5+
## 5.2.0 - 2026-01-27
6+
7+
- Queries: add inequality comparisons for floating point properties
8+
- Queries: add single-element conditions for float vector data
9+
- Various fixes in Store, Query, AsyncBox, ...
10+
11+
### Sync
12+
13+
- New Sync protocol V8: using new clients also require a server update
14+
- Add Sync.Configuration to configure Sync client creation
15+
- Add various SyncFlags (via Sync.Configuration)
16+
- Add debugLogging flag (via Sync.Configuration)
17+
- Previous Sync.makeClient() are now deprecated, switch to the one with Sync.Configuration instead
18+
- Various fixes in SyncClient
619

720
## 5.1.1 - 2025-12-08
821

0 commit comments

Comments
 (0)