Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Release 3.14.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 16 Nov 20:07
· 0 commits to ba00b47c2c1ae21a0620d2f7d0962e208354d132 since this release

Enhancements

  • Added two new config parameters - verifyRealmsAtStart and runPrecheckInChildProcess to replace the now deprecated skipVerifyRealmsAtStart and disablePrecheckInChildProc in the SyncService configuration object. The defaults for the new parameters are false, so unless explicitly configured, consistency checks of the partial Realms will not be run on startup. The old parameters will continue to be respected but will be removed in a future version. (#1338)
  • Expose SyncServiceConfig.maxFilesInCache to control the max number of files that will be kept in the sync server cache. (#1340)

Fixed

  • Clarified the wording around an error that was occasionally being logged at a warn level with a message starting with Internal sync error. The error message now starts with Unable to connect to a Realm and there's a clarification that this is a transient error that the server will recover automatically from. Also, reduced the log level to detail to properly reflect the ephemeral nature of the error. (#1291)

Compatibility

Installation & rollback instructions

Please see the Realm Docs for installation, upgrade and rollback instructions.

Notable known issues