Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 29 Sep 11:41
· 1 commit to main since this release

Note: if you use the Swift Package, to receive this major version open your Xcode project settings and under "Package Dependencies" increase the version of objectbox-swift-spm to 5.0.0.

Sync

  • Support Sync server version 5.0.
    • User-Specific Data Sync: support configuring Sync filter variables on SyncClient.

Other changes

  • Update ObjectBox database to version 5.0.0-2025-09-27.
    • ToOne relations: when deleting an object with an ID larger than the maximum 32-bit unsigned integer (4294967295) that is used as the target object of a ToOne, correctly re-set the target ID of the ToOne to 0. objectbox-dart#740