Realm v0.76.0 Release Notes

Release Date: 2014-12-19 // over 9 years ago
    • RealmObjects can now be imported using JSON.
    • โšก๏ธ Gradle wrapper updated to support Android Studio 1.0.
    • ๐Ÿ›  Fixed bug in RealmObject.equals() so it now correctly compares two objects from the same Realm.
    • ๐Ÿ›  Fixed bug in Realm crashing for receiving notifications after close().
    • Realm class is now marked as final.
    • ๐Ÿ‘ Replaced concurrency example with a better thread example.
    • ๐Ÿ‘ Allowed to add/remove RealmChangeListeners in RealmChangeListeners.
    • โฌ†๏ธ Upgraded to core 0.87.0 (encryption support, API changes).
    • Close the Realm instance after migrations.
    • โž• Added a check to deny the writing of objects outside of a transaction.