- Flutter for Android: requires Android 5.0 (API level 21).
- Vector Search: You can now use the new
VectorDistanceType.GEO
distance-type to perform vector searches on
geographical coordinates. This is particularly useful for location-based applications. - Flutter for Linux/Windows, Dart Native: update to objectbox-c 4.1.0.
- Flutter for Android: update to objectbox-android 4.1.0.
If your project is using Admin, make sure to
update toio.objectbox:objectbox-android-objectbrowser:4.1.0
inandroid/app/build.gradle
. - Flutter for iOS/macOS: update to objectbox-swift 4.1.0.
For existing projects, runpod repo update
andpod update ObjectBox
in theios
ormacos
directories.
Sync
- Add JWT authentication.
- Sync clients can send multiple credentials for login.