Realm v3.3.1 Release Notes

Release Date: 2018-03-28 // about 6 years ago
  • ๐Ÿ”€ Realm Object Server v3.0.0 or newer is required when using synchronized Realms.

    โœจ Enhancements

    • ๐Ÿ”ฆ Expose RLMObject.object(forPrimaryKey:) as a factory method for Swift so that it is callable with recent versions of Swift.

    ๐Ÿ›  Bugfixes

    • Exclude the RLMObject-derived Permissions classes from the types repored by Realm.Configuration.defaultConfiguration.objectTypes to avoid a failed cast.
    • Cancel pending Realm.asyncOpen() calls when authentication fails with a non-transient error such as missing the Realm path in the URL.
    • ๐Ÿ›  Fix "fcntl() inside prealloc()" errors on APFS.