Realm v0.75.0 Release Notes

Release Date: 2014-11-28 // over 9 years ago
    • 👍 Realm now implements Closeable, allowing better cleanup of native resources.
    • ➕ Added writeCopyTo() and compactRealmFile() to write and compact a Realm to a new file.
    • 👍 RealmObject.toString(), equals() and hashCode() now support models with cyclic references.
    • 🚚 RealmResults.iterator() and listIterator() now correctly iterates the results when using remove().
    • 🐛 Bug fixed in Exception text when field names was not matching the database.
    • 🐛 Bug fixed so Realm no longer throws an Exception when removing the last object.
    • 🐛 Bug fixed in RealmResults which prevented sub-querying.
    • 👍 The Date type does not support millisecond resolution, and dates before 1901-12-13 and dates after 2038-01-19 are not supported on 32 bit systems.
    • 🛠 Fixed bug so Realm no longer throws an Exception when removing the last object.
    • 🛠 Fixed bug in RealmResults which prevented sub-querying.