Skip to content

Realm JavaScript v10.15.0

Compare
Choose a tag to compare
@tomduncalf tomduncalf released this 11 Apr 09:45

Enhancements

  • None.

Fixed

  • Logging out too quickly can cause an error if the timeout behavior is set to openLocalRealm (#4453, since v10.0.0)
  • Released realm-network-transport to adopt the changes published to fix globalThis undefined issue for older devices. (#4350, since v10.0.0)
  • Fixed flexible sync crash when updating subscriptions after token expiry. (#4421, since v10.12.0)

Compatibility

  • MongoDB Realm Cloud.
  • Realm Studio v11.0.0.
  • APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
  • File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

Internal

  • Update token in integration test.
  • Upgraded Realm Core from v11.12.0 to v11.13.0.