realm-java 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).