Realm v3.4.0 Release Notes

Release Date: 2018-04-19 // about 6 years ago
  • 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.