- Query: Add
lessOrEqual
and greaterOrEqual
conditions for long, String, double and byte[] properties.
- Support Java applications on ARMv7 and AArch64 devices. #657
To use, add implementation "io.objectbox:objectbox-linux-armv7:$objectboxVersion
or implementation "io.objectbox:objectbox-linux-arm64:$objectboxVersion
to your dependencies. Otherwise the setup is identical with Java Desktop Apps.
- Resolve rare
ClassNotFoundException: kotlin.text.Charsets
when running processor. #946
- Ensure Query setParameters works if running the x86 library on x64 devices (which could happen if ABI filters were set up incorrectly). #927
Previous release notes & docs