Realm v2.0.2 Release Notes

Release Date: 2016-10-05 // over 7 years ago
  • ๐Ÿš€ This release is not protocol-compatible with previous version of the Realm Mobile Platform.

    API breaking changes

    • ๐Ÿ”€ Rename Realm Swift's User to SyncUser to make clear that it relates to the Realm Mobile Platform, and to avoid potential conflicts with other User types.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix Realm headers to be compatible with pre-C++11 dialects of Objective-C++.
    • ๐Ÿ›  Fix incorrect merging of RLMArray/List changes when objects with the same primary key are created on multiple devices.
    • ๐Ÿ›  Fix bad transaction log errors after deleting objects on a different device.
    • ๐Ÿ›  Fix a BadVersion error when a background worker finishes running while older results from that worker are being delivered to a different thread.