Skip to content

v3.16.2

Compare
Choose a tag to compare
@realm-ci realm-ci released this 15 Jun 01:30
· 1571 commits to master since this release

Enhancements

  • Add support for Xcode 11 Beta 1. Xcode betas are only supported when building from source, and not when using a prebuilt framework. (PR #6164).

Fixed

  • Using asyncOpen on query-based Realms which didn't already exist on the local device would fail with error 214. (#6178, since 3.16.0).
  • asyncOpen on query-based Realms did not wait for the server-created permission objects to be downloaded, resulting in crashes if modifications to the permissions were made before creating a subscription for the first time (since 3.0.0).
  • EINTR was not handled correctly in the notification worker, which may have resulted in inconsistent and rare assertion failures in ExternalCommitHelper::listen() when building with assertions enabled. (PR: #804, since 0.91.0).

Compatibility

  • File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
  • Realm Object Server: 3.21.0 or later.
  • Carthage release for Swift is built with Xcode 10.2.1.