Realm v0.87.1 Release Notes

Release Date: 2015-12-23 // over 8 years ago
    • ⬆️ Upgraded to NDK R10e. Using gcc 4.9 for all architectures.
    • ⚡️ Updated Realm Core to 0.95.6
      • Fixed a bug where an async query can be copied incomplete in rare cases (#1717).
    • 🛠 Fixed potential memory leak when using async query.
    • ➕ Added a check to prevent removing a RealmChangeListener from a non-Looper thread (#1962). (Thank you @hohnamkung.)