Realm v0.89.0 Release Notes

Release Date: 2014-12-18 // over 9 years ago
  • API breaking changes

    • None.

    โœจ Enhancements

    • โž• Add support for encrypting Realm files on disk.
    • ๐Ÿ‘Œ Support using KVC-compliant objects without getters or with custom getter names to initialize RLMObjects with createObjectInRealm and friends.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”€ Merge native Swift default property values with defaultPropertyValues().
    • โšก๏ธ Don't leave the database schema partially updated when opening a realm fails due to a migration being needed.
    • ๐Ÿ›  Fixed issue where objects with custom getter names couldn't be used to initialize other objects.
    • ๐Ÿ›  Fix a major performance regression on queries on string properties.
    • ๐Ÿ›  Fix a memory leak when circularly linked objects are added to a Realm.