Download Latest Version 5.3.1 source code.tar.gz (7.8 MB)
Email in envelope

Get an email when there's a new version of ObjectBox

Home / v5.3.0
Name Modified Size InfoDownloads / Week
Parent folder
5.3.0 source code.tar.gz 2026-03-25 7.8 MB
5.3.0 source code.zip 2026-03-25 8.2 MB
README.md 2026-03-25 1.2 kB
Totals: 3 Items   15.9 MB 0
  • Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to 5.3.0-2026-03-23
  • Update ObjectBox database for Flutter Android apps to 5.3.0-2026-03-23. If your project is using Admin, make sure to update to io.objectbox:objectbox-android-objectbrowser:5.4.0 in android/app/build.gradle.kts or android/app/build.gradle.
  • Update ObjectBox database for Flutter iOS/macOS apps to 5.3.0-2026-03-23. For existing projects, run pod repo update and pod update ObjectBox in the ios or macos directories.

Sync

  • Customizable conflict resolution via the new annotations @SyncClock() and @SyncPrecedence() (see docs for details)
  • Sync protocol version 10
  • SyncClient: support updating filter variables. After login, stage updates using put and remove, then schedule to send them to the server with applyFilterVariables().
  • Clients report errors to the server
  • Fix bad Sync client state after multiple full sync messages were interrupted
  • Fix adding indexes to Sync types
Source: README.md, updated 2026-03-25