Skip to content

Releases: objectbox/objectbox-java

V2.5.1

17 Feb 09:00
Compare
Choose a tag to compare
  • Support Android Gradle Plugin 3.6.0. #817

  • Support for incremental annotation processing. #620
    It is off by default. To turn it on set objectbox.incremental to true in build.gradle:

    android {
        defaultConfig {
            javaCompileOptions {
                annotationProcessorOptions {
                    arguments = [ "objectbox.incremental" : "true" ]
                }
            }
        }
    }

https://docs.objectbox.io/#v-2-5-1-2020-02-10

V2.5.0

30 Jun 10:31
Compare
Choose a tag to compare
  • 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

04 Nov 08:22
Compare
Choose a tag to compare
  • More helpful error messages if annotations can not be combined.
  • Improved documentation on various annotations.

https://docs.objectbox.io/#v-2-4-1-2019-10-29

V2.4.0

15 Oct 13:01
Compare
Choose a tag to compare

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

03 Oct 15:31
Compare
Choose a tag to compare
Pre-release

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

20 Mar 15:00
Compare
Choose a tag to compare

V2.3.3 Bug fix release

14 Feb 17:14
Compare
Choose a tag to compare

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

08 Jan 13:08
Compare
Choose a tag to compare

V2.3.0 Improved 32 bit support and queries

30 Dec 16:24
Compare
Choose a tag to compare

V2.1.0

16 Aug 14:06
Compare
Choose a tag to compare

Minor improvements and fixes, see https://docs.objectbox.io/#v-2-1-2018-08-16 for details