Realm v0.87.5 Release Notes

Release Date: 2016-01-29 // about 8 years ago
    • ⚡️ Updated Realm Core to 0.96.2.
      • IllegalStateException won't be thrown anymore in RealmResults.where() if the RealmList which the RealmResults is created on has been deleted. Instead, the RealmResults will be treated as empty forever.
      • Fixed a bug causing a bad version exception, when using findFirstAsync (#2115).