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
Add -[RLMSyncUser changePassword:forUserID:completion:] API to change an
arbitrary user's password if the current user has administrative privileges
and using Realm's 'password' authentication provider.
Requires any edition of the Realm Object Server 1.6.0 or later.
Bugfixes
Suppress -Wdocumentation warnings in Realm C++ headers when using CocoaPods
with Xcode 8.3.2.
Throw an appropriate error rather than crashing when an RLMArray is assigned
to an RLMArray property of a different type.
Fix crash in large (>4GB) encrypted Realm files.
Improve accuracy of sync progress notifications.
Fix an issue where synchronized Realms did not connect to the remote server
in certain situations, such as when an application was offline when the Realms
were opened but later regained network connectivity.