Skip to content

v3.3.1

Compare
Choose a tag to compare
@realm-ci realm-ci released this 28 Mar 21:32
· 1878 commits to master since this release

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.