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: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,20 @@
2
2
3
3
Notable changes to the ObjectBox Swift library.
4
4
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
0 commit comments