realm-java v7.0.1 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • ✨ Enhancements

    • None.

    🛠 Fixes

    • ⬆️ Upgrading older Realm files with String indexes was very slow. (Issue #6875, since 7.0.0)
    • ⬆️ Aborting upgrading a Realm file could result in the file getting corrupted. (Isse #6866, since 7.0.0)
    • ⬆️ Automatic indexes on primary keys are now correctly stripped when upgrading the file as they are no longer needed. (Since 7.0.0)
    • NoSuchTable was thrown after comitting a transaction. (Issue #6947)

    Compatibility

    • Realm Object Server: 3.23.1 or later.
    • Realm Studio: 4.0.0 or later.
    • ⬆️ File format: Generates Realms with format v10 (Reads and upgrades all previous formats from Realm Java 2.0 and later).
    • 🚀 APIs are backwards compatible with all previous release of realm-java in the 7.x.y series.

    Internal

    • ⬆️ Upgraded to Realm Sync 5.0.7.
    • ⬆️ Upgraded to Realm Core 6.0.8.