Skip to content

Commit 8672392

Browse files
committed
Changelogs: add 5.2 and 5.3
1 parent bd5c69d commit 8672392

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

docs/README.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,41 @@ Otherwise, feel free to open an issue on [GitHub ](https://github.com/objectbox/
6868

6969
<div align="left"><img src="https://img.shields.io/github/v/release/objectbox/objectbox-c?style=for-the-badge" alt=""/></div>
7070

71+
5.3.0 (2026-03-23)
72+
------------------
73+
* Change log level at runtime, i.e. `obx_log_level_set()`/`obx_log_level_get()`
74+
* New log level "trace" for most internal details
75+
* Log level "verbose" can now be enabled (debug log builds only)
76+
* **Breaking:** `OBXLogLevel` enum values changed; recompile with new header if you used these
77+
(previously 10/20/30/40/50 for Verbose..Error, now 0-10 matching the runtime log level).
78+
* Admin: Status tab "Count and Sizes" now only counts all objects on click to preserve resources
79+
* Admin: Status tab "Count and Sizes" now has a sum row at the bottom
80+
* Admin: Status tab "System and Info" now shows additional information
81+
* Process memory / RSS
82+
* Database size and free disk size
83+
* CPU counts and loads
84+
85+
### Sync
86+
87+
* Conflict resolution via sync clock and sync precedence (allows last win with custom conflict resolution)
88+
* Fix bad Sync client state after multiple full sync messages were interrupted
89+
* Fix adding indexes to Sync types
90+
91+
5.2.0 (2026-03-06)
92+
------------------
93+
* Admin: new "Counts and Sizes" view (via Status page) to give an overview over all types their object counts and sizes
94+
* Admin: refresh button for the data view
95+
* Admin: fix reload via browser to stay on the page
96+
* Admin: schema view to display flags as text
97+
* (Minor) performance improvements of HNSW vector search on Linux ARM targets
98+
99+
### Sync
100+
101+
* Sync protocol version 10
102+
* Update client sync filters variables when online
103+
* Clients report errors to the server
104+
* Add OBXSyncFlags_SkipInvalidTxOps
105+
71106
### 5.1.0 (2026-01-19)
72107

73108
* Fix for deleting transactions in non-owner threads with open relation cursors

0 commit comments

Comments
 (0)