github objectbox/objectbox-dart v4.0.3

19 hours ago
  • Generator: replace cryptography library, allows to use newer versions of the transitive js dependency. #638
  • iOS: support Query.findWithScores() with big objects (> 4 KB), previously would throw a
    StorageException: Do not use vector-based find on 32 bit systems with big objects. #676
  • Make closing the Store more robust. It waits for ongoing queries and transactions to finish.
    This is just an additional safety net. Your code should still make sure to finish all Store
    operations, like queries, before closing it.
  • Flutter for Linux/Windows, Dart Native: update to objectbox-c 4.0.2.
  • Flutter for iOS/macOS: update to objectbox-swift 4.0.1.
    Existing projects may have to run pod repo update and pod update ObjectBox.
  • Flutter for Android: update to objectbox-android 4.0.3.
    If you are using Admin, make sure to
    update to io.objectbox:objectbox-android-objectbrowser:4.0.3 in android/app/build.gradle.

Sync

  • Fix a serious regression, please update as soon as possible.
  • Add special compression for tiny transactions (internally).

Don't miss a new objectbox-dart release

NewReleases is sending notifications on new releases.