Skip to content

v3.4.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 20 Apr 01:37
· 1842 commits to master since this release

The prebuilt binary for Carthage is now built for Swift 4.1.

Enhancements

  • Expose RLMSyncManager.authorizationHeaderName/SyncManager.authorizationHeaderName
    as a way to override the transport header for Realm Object Server authorization.
  • Expose RLMSyncManager.customRequestHeaders/SyncManager.customRequestHeaders
    which allows custom HTTP headers to be appended on requests to the Realm Object Server.
  • Expose RLMSSyncConfiguration.urlPrefix/SyncConfiguration.urlPrefix as a mechanism
    to replace the default path prefix in Realm Sync WebSocket requests.