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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ Notable changes to the ObjectBox Java library.
5
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).
6
6
7
7
## 5.0.1 - in development
8
-
8
+
9
+
- Fixed a race condition with a closing store and still active transactions that kept the store from closing.
10
+
For Android this may fix some rare ANR issues.
11
+
9
12
### Sync
10
13
11
14
- Add `filterVariables` option to `SyncClient` builder.
0 commit comments