You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for finding Realm-level permissions in Query-based Realms using realm.getPermissions(). (#2036)
Added support for finding Class-level permissions in Query-based Realms using realm.getPermissions(className). (#2036)
Added Realm.Permissions.Realm.findOrCreate(roleName) and Realm.Permissions.Class.findOrCreate(roleName) which makes it easier to find or create permissions for a given role when using query-based Realms. (#2036)
Fixes
Allow Realm.deleteFile to be used with a sync configuration. Previously, only local Realms could be deleted with this API and the sync property on the configuration would be ignored. (#2045, since v1.0.0)
Compatibility
File format: ver. 7 (upgrades automatically from previous formats)
Realm Object Server: 3.11.0 or later.
APIs are backwards compatible with all previous release of realm in the 2.x.y series.