realm-java v3.7.2 Release Notes

Release Date: 2017-09-12 // over 6 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed a JNI memory issue when doing queries which might potentially cause various native crashes.
    • ๐Ÿ›  Fixed a bug that RealmList.deleteFromRealm(int), RealmList.deleteFirstFromRealm() and RealmList.deleteLastFromRealm() did not remove target objects from Realm. This bug was introduced in 3.7.1 (#5233).
    • Crash with "'xxx' doesn't exist in current schema." when ProGuard is enabled (#5211).