Realm v0.86.1 Release Notes

Release Date: 2015-12-11 // over 8 years ago
    • 👌 Improved the performance of removing objects (RealmResults.clear() and RealmResults.remove()).
    • ⚡️ Updated Realm Core to 0.95.5.
    • ⚡️ Updated ProGuard configuration (#1904).
    • 🛠 Fixed a bug where RealmQuery.findFirst() returned a wrong result if the RealmQuery had been created from a RealmResults.where() (#1905).
    • 🛠 Fixed a bug causing DynamicRealmObject.getObject()/setObject() to use the wrong class (#1912).
    • 🛠 Fixed a bug which could cause a crash when closing Realm instances in change listeners (#1900).
    • 🛠 Fixed a crash occurring during update of multiple async queries (#1895).
    • 🛠 Fixed listeners not triggered for RealmObject & RealmResults created using copy or create methods (#1884).
    • 🛠 Fixed RealmChangeListener never called inside RealmResults (#1894).
    • 🛠 Fixed crash when calling clear on a RealmList (#1886).