Skip to content

v2.2.0

Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 08 Aug 15:06
· 370 commits to main since this release
  • For Flutter apps running on Android 6 (or older): added loadObjectBoxLibraryAndroidCompat() to
    objectbox_flutter_libs (and objectbox_sync_flutter_libs). Use this to fix loading the
    ObjectBox library on these devices.

    Let us know if this works for you in #369!
    We might consider calling this automatically in a future release.

  • Improve code generator performance if there are many entities with many constructor parameters.

  • Throw StateError instead of crashing on closed Box, Query and PropertyQuery.

  • Export query property classes to make them usable in user code.

  • Resolve an issue where unexpected data was returned when doing a read operation in an entity constructor or property setter. #550

In this release objectbox_flutter_libs ships with objectbox-android 3.5.1 and ObjectBox pod 1.8.1.