Realm v4.3.2 Release Notes

Release Date: 2020-02-06 // about 4 years ago
  • โœจ Enhancements

    • ๐Ÿš€ Similar to autoreleasepool(), realm.write() now returns the value which the block passed to it returns. Returning Void from the block is still allowed.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a memory leak attributed to property_copyAttributeList the first time a Realm is opened when using Realm Swift. (#6409, since 4.0.0).
    • ๐Ÿ”€ Connecting to a realms: sync URL would crash at runtime on iOS 11 (and no other iOS versions) inside the SSL validation code. (Since 4.3.1).

    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.3.

    Internal

    • โฌ†๏ธ Upgraded realm-sync from 4.9.4 to 4.9.5.