v3.3.1
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.