Realm v5.4.7 Release Notes

Release Date: 2020-09-30 // over 3 years ago
  • 🛠 Fixed

    • Equality queries on indexed string properties would sometimes throw "key not
      found" exceptions if the hash of the string happened to have bit 62 set.
      (.NET #2025, since v5.0.0).
    • Queries comparing non-optional int properties to nil would behave as if they
      were comparing against zero instead (since v5.0.0).

    Compatibility

    • ⬆️ File format: Generates Realms with format v11 (Reads and upgrades all previous formats)
    • Realm Object Server: 3.21.0 or later.
    • Realm Studio: 5.0.0 or later.
    • 🚀 APIs are backwards compatible with all previous releases in the 5.x.y series.
    • 🚀 Carthage release for Swift is built with Xcode 12.

    Internal

    • ⬆️ Upgraded realm-core from v6.1.2 to v6.1.3
    • ⬆️ Upgraded realm-sync from v5.0.27 to v5.0.28