Skip to content

v2.8.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 02 Jun 22:36
· 2406 commits to master since this release
b3526ec

API Breaking Changes

  • None.

Enhancements

  • Enable encryption on watchOS.
  • 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.