Skip to content

Realm JavaScript v2.24.0

Compare
Choose a tag to compare
@kneth kneth released this 27 Feb 15:27

Enhancements

  • Add support for React Native v0.58. (#2239)

Fixed

  • Fixed an assertion failure when using a synchronized Realm and an object was created after another object was created with an int primary key of null. (#3227)
  • When debugging with React Native, calling Realm.open() would crash since Realm._asyncOpen() was not available in the debugger. (#2234, since v2.20.0)
  • Added several missing functions to the Chrome debugging support library. (#2242, since v2.2.19).
  • Fixed incorrect results when reading data from Realm from within a callback function when debugging in Chrome. (#2242).
  • Report the correct user agent to the sync server rather than always "RealmJS/Unknown". (#2242, since v2.23.0).

Compatibility

  • Realm Object Server: 3.11.0 or later.
  • APIs are backwards compatible with all previous release of realm in the 2.x.y series.
  • File format: Generates Realms with format v9 (Reads and upgrades all previous formats)