Realm v3.19.1 Release Notes

Release Date: 2019-10-17 // over 4 years ago
  • โœจ Enhancements

    • ๐Ÿ‘Œ Improve performance of sync changeset integration. Transactions involving a very large number of objects and cheap operations on each object are as much as 20% faster.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a crash when a RLMArray/List of primitives was observed and then the containing object was deleted before the first time that the background notifier could run. (Issue #6234).
    • โœ‚ Remove an incorrect assertion that would cause crashes inside TableInfoCache::get_table_info(), with messages like "Assertion failed: info.object_id_index == 0 [3, 0]". (Since 3.18.0, #6268 and #6257).

    Compatibility

    • โฌ†๏ธ File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
    • Realm Object Server: 3.21.0 or later.
    • ๐Ÿš€ Carthage release for Swift is built with Xcode 11.0.

    Internal

    • ๐Ÿ”€ Upgrade to REALM_SYNC_VERSION=4.7.11