Realm v2.0.3 Release Notes

Release Date: 2016-10-27 // over 7 years ago
  • ๐Ÿš€ This release adds binary versions of Swift 3.0.1 frameworks built with Xcode 8.1 ๐Ÿ‘€ GM seed.

    API breaking changes

    • None.

    โœจ Enhancements

    • None.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix a BadVersion exception caused by a race condition when delivering collection change notifications.
    • ๐Ÿ›  Fix an assertion failure when additional model classes are added and deleteRealmIfMigrationNeeded is enabled.
    • ๐Ÿ›  Fix a BadTransactLog exception when deleting an RLMResults in a synced Realm.
    • ๐Ÿ›  Fix an assertion failure when a write transaction is in progress at the point of process termination.
    • ๐Ÿ›  Fix a crash that could occur when working with a RLMLinkingObject property of an unmanaged object.