We’re happy to announce ObjectBox 1.5, which comes with a couple of small but useful improvements. A focus for this release were local unit tests for Android. The test setup was greatly simplified and support for relations was added. Now, you can write super fast unit tests using the full feature set of ObjectBox. This enables test driven development without any time consuming deployments to a device. And because the ObjectBox Gradle plugin already does the ObjectBox specific setup, all you need to do is add a standard JUnit dependency to your build:

Check the local unit test documentation for more details and test examples. ObjectBox 1.5 also comes with further performance improvements and several bug fixes. As always, check the change log for all release details.