Realm v0.80 Release Notes

Release Date: 2015-03-11 // about 9 years ago
    • Queries on relationships can be case sensitive.
    • ๐Ÿ›  Fixed bug when importing JSONObjects containing NULL values.
    • ๐Ÿ›  Fixed crash when trying to remove last element of a RealmList.
    • ๐Ÿ›  Fixed bug crashing annotation processor when using "name" in model classes for RealmObject references
    • ๐Ÿ›  Fixed problem occurring when opening an encrypted Realm with two different instances of the same key.
    • ๐Ÿ”– Version checker no longer reports that updates are available when latest version is used.
    • โž• Added support for static fields in RealmObjects.
    • Realm.writeEncryptedCopyTo() has been reenabled.