Skip to content

V2.9.1

Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 16 Mar 14:50
· 581 commits to main since this release

This is the first release available on the Central repository (Sonatype OSSRH). Make sure to adjust your build.gradle files accordingly:

repositories {
    mavenCentral()
}

Changes:

  • Javadoc for find(offset, limit) of Query is more concrete on how offset and limit work.
  • Javadoc for between conditions explicitly mentions it is inclusive of the two given values.
  • Sync: Instead of the same name and a Maven classifier, Sync artifacts now use a different name. E.g. objectbox-android:2.9.0:sync is replaced with objectbox-sync-android:2.9.1.

All release notes & docs