Realm v3.3.0 Release Notes

Release Date: 2018-03-19 // about 6 years ago
  • ๐Ÿ”€ 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.