Skip to content

Commit 5a9f708

Browse files
greenrobotgitbook-bot
authored andcommitted
GITBOOK-109: Version 4.3.0
1 parent 77e0ca2 commit 5a9f708

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

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

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

33+
### 4.3.0 (2025-05-12)
34+
35+
* Windows: msvc runtime is now embedded to avoid incompatible msvcp140.dll (e.g. those shipped with some JDKs)
36+
* External property types (via [MongoDB connector](https://sync.objectbox.io/mongodb-sync-connector)): JsonToNative to support sub (embedded/nested) documents/arrays in MongoDB
37+
* External property types (via MongoDB connector): support ID mapping to UUIDs (v4 and v7)
38+
* Admin: add class and dependency diagrams to the schema page (view and download)
39+
* Admin: improved data view for large vectors by displaying only the first elements and the full vector in a dialog
40+
* Admin: detects images stored as bytes and shows them as such (PNG, GIF, JPEG, SVG, WEBP)
41+
42+
#### Sync
43+
44+
* Add "Log Events" for important server events, which can be viewed on new Admin page
45+
* Detect and ignore changes for objects that were put but were unchanged
46+
* The limit for message size was raised to 32 MB
47+
* Transactions above the message size limit will already fail on the client now (to better enforce the limit)
48+
* C++: add missing APIs for JWT token credentials
49+
3350
### 4.2.0 (2025-03-04)
3451

3552
* Extended the model by external names and types: allows defining a different name for an external database, which ObjectBox syncs with.

0 commit comments

Comments
 (0)