Releases: objectbox/objectbox-java
V2.5.1
-
Support Android Gradle Plugin 3.6.0. #817
-
Support for incremental annotation processing. #620
It is off by default. To turn it on setobjectbox.incremental
to true inbuild.gradle
:android { defaultConfig { javaCompileOptions { annotationProcessorOptions { arguments = [ "objectbox.incremental" : "true" ] } } } }
V2.5.0
- Important bug fix - please update if you are using N:M relations!
- Several improvements, e.g. for property queries
See changelogs for details.
V2.4.1
- More helpful error messages if annotations can not be combined.
- Improved documentation on various annotations.
V2.4.0
This release has mainly quality of life improvements and resolves reported issues.
Android: after updating to this version your app might require changes before it can build successfully. See the upgrade notes for details: https://docs.objectbox.io/#v-2-4-0-2019-10-15
Release notes: https://docs.objectbox.io/
V2.4.0 Release Candidate
Changelog: https://docs.objectbox.io/
This is not the final release; and we will be very happy to get your feedback on it!
V2.3.4 Bug fix release
Changelog: https://docs.objectbox.io/
V2.3.3 Bug fix release
Fixed a bug introduced by V2.3.2 affecting older Android versions 4.3 and below (#656)
Changelog: https://docs.objectbox.io/
V2.3.1 Bug fix release
Please update - details at https://docs.objectbox.io/
V2.3.0 Improved 32 bit support and queries
Check https://docs.objectbox.io/ for full changelog.
V2.1.0
Minor improvements and fixes, see https://docs.objectbox.io/#v-2-1-2018-08-16 for details