Skip to content

Realm JavaScript v10.0.0-beta.7

Compare
Choose a tag to compare
@blagoev blagoev released this 26 Jun 17:33
· 1044 commits to v10 since this release

10.0.0-beta.7 Release notes (2020-6-26)

NOTE: Support for syncing with realm.cloud.io and/or Realm Object Server has been replaced with support for syncing with MongoDB Realm Cloud.

NOTE: This version bumps the Realm file format to version 11. It is not possible to downgrade to earlier versions. Older files will automatically be upgraded to the new file format. Files created by Realm JavaScript prior to v1.0.0, might not be upgradeable. Only Realm Studio 10.0.0 or later will be able to open the new file format.

Enhancements

  • Added RemoteMongoClient functionality to Realm.User

Fixed

  • Added missing SyncConfiguration.error field in the typescript definitions.
  • Fixed SSL handshake failed: premature end of input on Windows ([#2975](#2975, since v10.0.0-beta.1)
  • Missing toJSON TS declaration added for Realm.Object (2903)

Compatibility

  • MongoDB Realm Cloud.
  • APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.x.y series.
  • File format: generates Realms with format v11 (reads and upgrades file format v5 or later).

Internal

  • Now linking against OpenSSL 1.1 on Windows.