realm-java v3.7.1 Release Notes

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

    • ๐Ÿ›  Fixed potential memory leaks of LinkView when calling bulk insertions APIs.
    • ๐Ÿ›  Fixed possible assertion when using PermissionManager at the beginning (#5195).
    • Crash caused by JNI couldn't find SharedRealm's inner classes when ProGuard is enabled (#5211).

    Internal

    • Replaced LinkView with Object Store's List.
    • Renaming io.realm.internal.CollectionChangeSet to io.realm.internal.OsCollectionChangeSet.