Skip to content

2.21.1

Compare
Choose a tag to compare
@kneth kneth released this 13 Dec 15:30

Enhancements

  • None.

Fixed

  • ReactNative for Android no longer uses deprecated methods and can build using Gradle 5.0 and above. (#1995)
  • A bug caused loading the binary component of the SDK to hang on Windows. (#2169, since v2.21.0)
  • Fix occasional FATAL ERROR: v8::String::Cast Could not convert to string crashes when reading a property from a Realm object. (#2172, since v2.19.0)
  • Reverted support for n as it prevents users to include Realm in iOS apps. We restore the old behaviour as a temporary solution, and we will reenable support of n in the near future. (#2099, since v2.19.0-rc.5)

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)

Internal

  • Upgraded to Realm Core v5.12.5 (hanging on Windows).
  • Upgraded to Realm Sync v3.14.3.