Realm v4.2.0 Release Notes

Release Date: 2019-12-16 // over 4 years ago
  • โœจ Enhancements

    • โž• Add -[RLMRealm fileExistsForConfiguration:]/Realm.fileExists(for:),
      ๐Ÿ”ง which checks if a local Realm file exists for the given configuration.
    • โž• Add -[RLMRealm deleteFilesForConfiguration:]/Realm.deleteFiles(for:)
      ๐Ÿ”ง to delete the Realm file and all auxiliary files for the given configuration.

    ๐Ÿ›  Fixed

    • None.

    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.