Realm v0.92.2 Release Notes

Release Date: 2015-05-08 // about 9 years ago
  • API breaking changes

    • None.

    ✨ Enhancements

    • Exceptions raised when incorrect object types are used with predicates now contain more detailed information.
    • ➕ Added -[RLMMigration deleteDataForClassName:] and Migration.deleteData(_:) to enable cleaning up after removing object subclasses

    🛠 Bugfixes

    • ↪ Prevent debugging of an application using an encrypted Realm to work around frequent LLDB hangs. Until the underlying issue is addressed you may set REALM_DISABLE_ENCRYPTION=YES in your application's environment variables to have requests to open an encrypted Realm treated as a request for an unencrypted Realm.
    • 🔗 Linked objects are properly updated in createOrUpdateInRealm:withValue:.
    • List properties on Objects are now properly initialized during fast enumeration.