Skip to content

v3.3.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 20 Mar 02:43
· 1890 commits to master since this release

Realm Object Server v3.0.0 or newer is required when using synchronized Realms.

Enhancements

  • Add Realm.permissions, Realm.permissions(forType:), and Realm.permissions(forClassNamed:) as convenience
    methods for accessing the permissions of the Realm or a type.

Bugfixes

  • Fix +[RLMClassPermission objectInRealm:forClass:] to work for classes that are part of the permissions API,
    such as RLMPermissionRole.
  • Fix runtime errors when applications define an Object subclass with the
    same name as one of the Permissions object types.