Realm v5.15.2 Release Notes

Release Date: 2019-09-30 // over 4 years ago
  • ✨ Enhancements

    • None.

    🛠 Fixed

    • 🖨 null values were not printed correctly when using RealmResults.asJSON() (Realm Core Issue #3399)
    • 🔀 [ObjectServer] Queries with nullable Date's did not serialize correctly. Only relevant if using Query-based Synchronization. (Realm Core issue #3388)
    • 🛠 [ObjectServer] Fixed crash with java.lang.IllegalStateException: The following changes cannot be made in additive-only schema mode when opening an old Realm created between Realm Java 5.10.0 and Realm Java 5.13.0. (Issue #6619, since 5.13.0).

    Compatibility

    • Realm Object Server: 3.21.0 or later.
    • ⬆️ File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
    • 🚀 APIs are backwards compatible with all previous release of realm-java in the 5.x.y series.

    Internal

    • ⚡️ Updated to Object Store commit: 8416010e4be5e32ba552ff3fb29e500f3102d3db.
    • ⚡️ Updated to Realm Sync 4.7.8.
    • ⚡️ Updated to Realm Core 5.23.5.
    • ⚡️ Updated Docker image used on CI to Node 10.