Skip to content

Commit c84c082

Browse files
Changelog: amend 4.3.0 release notes
1 parent 1ae98f6 commit c84c082

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ For more insights into what changed in the ObjectBox C++ core, [check the Object
77
## 4.3.0 - 2025-05-13
88

99
- Basic support for boolean array properties (`boolean[]` in Java or `BooleanArray` in Kotlin).
10+
- The Windows database library now statically links the MSVC runtime to avoid crashes in incompatible `msvcp140.dll`
11+
shipped with some JDKs.
12+
- External property types (via [MongoDB connector](https://sync.objectbox.io/mongodb-sync-connector)):
13+
- add `JSON_TO_NATIVE` to support sub (embedded/nested) documents/arrays in MongoDB
14+
- support ID mapping to UUIDs (v4 and v7)
15+
- Admin: add class and dependency diagrams to the schema page (view and download).
16+
- Admin: improved data view for large vectors by displaying only the first elements and the full vector in a dialog.
17+
- Admin: detects images stored as bytes and shows them as such (PNG, GIF, JPEG, SVG, WEBP).
18+
19+
### Sync
20+
21+
- Add "Log Events" for important server events, which can be viewed on a new Admin page.
22+
- Detect and ignore changes for objects that were put but were unchanged.
23+
- The limit for message size was raised to 32 MB.
24+
- Transactions above the message size limit now already fail on the client (to better enforce the limit).
1025

1126
## 4.2.0 - 2025-03-04
1227

0 commit comments

Comments
 (0)