Realm v0.92.4 Release Notes

Release Date: 2015-05-22 // almost 9 years ago
  • API breaking changes

    • None.

    โœจ Enhancements

    • Swift: Made Object.init() a required initializer.
    • RLMObject, RLMResults, Object and Results can now be safely deallocated (but still not used) from any thread.
    • ๐Ÿ‘Œ Improve performance of -[RLMArray indexOfObjectWhere:] and -[RLMArray indexOfObjectWithPredicate:], and implement them for standalone RLMArrays.
    • ๐Ÿ‘Œ Improved performance of most simple queries.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘ท The interprocess notification mechanism no longer uses dispatch worker threads, preventing it from starving other GCD clients of the opportunity to execute blocks when dozens of Realms are open at once.