Realm v3.2.0-rc.1 Release Notes

Release Date: 2018-03-14 // about 6 years ago
  • ๐Ÿ”€ Realm Object Server v3.0.0-rc.1 or newer is required when using synchronized Realms.

    โœจ Enhancements

    • โž• Added SyncConfiguration.automatic() and SyncConfiguration.automatic(user:). These methods return a Realm.Configuration appropriate for syncing with the default synced Realm for the current (or specified). These should be considered the preferred methods for accessing synced Realms going forwards.
    • A role is now automatically created for each user with that user as its only member. This simplifies the common use case of restricting access to specific objects to a single user. This role can be accessed at PermissionUser.role.
    • ๐Ÿ‘Œ Improved error reporting when the server rejects a schema change due to a lack of permissions.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix incorrect initalization of RLMSyncManager that made it impossible to set errorHandler.
    • ๐Ÿ›  Fix compiler warnings when building with Xcode 9.3.