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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@
2
2
3
3
Notable changes to the ObjectBox Java 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
+
For more insights into what changed in the database libraries, [check the ObjectBox C changelog](https://github.com/objectbox/objectbox-c/blob/main/CHANGELOG.md).
6
6
7
7
## 5.2.0 - 2026-02-16
8
8
9
9
- The [ObjectBox Gradle plugin](https://github.com/objectbox/objectbox-java-generator) requires JDK 11 and Android
10
10
Gradle Plugin 8.1 or newer.
11
11
- Update database libraries for Android and JVM to database version `5.1.1-pre-2026-02-16`.
12
+
- Admin: new "Counts and Sizes" view (via Status page) to give an overview over all types their object counts and sizes
13
+
- Admin: fix reload via browser to stay on the page
0 commit comments