Realm v0.80.2 Release Notes

Release Date: 2015-05-04 // about 9 years ago
    • ⚡️ Trying to use Realm.copyToRealmOrUpdate() with an object with a null primary key now throws a proper exception.
    • RealmMigrationNeedException can now return the path to the Realm that needs to be migrated.
    • 🛠 Fixed bug where creating a Realm instance with a hashcode collision no longer returned the wrong Realm instance.
    • ⚡️ Updated Realm Core to version 0.89.2
      • fixed bug causing a crash when opening an encrypted Realm file on ARM64 devices.