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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@ Notable changes to the ObjectBox Java library.
4
4
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
-
## 4.1.1 - in development
7
+
## 4.2.0 - 2025-03-04
8
8
9
9
- Add new query conditions `equalKeyValue`, `greaterKeyValue`, `lessKeyValue`, `lessOrEqualKeyValue`, and
10
10
`greaterOrEqualKeyValue` that are helpful to write complex queries for [string maps](https://docs.objectbox.io/advanced/custom-types#flex-properties).
11
11
These methods support `String`, `long` and `double` data types for the values in the string map.
12
12
- Deprecate the `containsKeyValue` condition, use the new `equalKeyValue` condition instead.
13
+
- Android: to build, at least Android Plugin 8.1.1 and Gradle 8.2.1 are required.
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2024 <a href="https://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
0 commit comments