Skip to content

2.19.0-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@kneth kneth released this 07 Nov 12:28

Enhancements

  • A more meaningful exception will be thrown when trying to refresh the access token for a Realm with an invalid url. Previously, trying to connect to a Realm with a url that lacks the path component (e.g. realm://foo.com) would result in errors like Cannot read property ‘token_data’ of undefined. Instead, now we'll print out the Realm url and provide a more meaningful exception message. (#ROS-1310, since v1.0.2)
  • Adds support for Node 10. Pre-gyp'ed binaries are available for Node 6, 8, and 10. (#1813 and #2087)

Fixed

  • None.

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

  • Building for iOS can now use the n node version manager. Thanks to @SandyChapman! (#2078)
  • Upgrading to Realm Core v5.12.0.
  • Upgrading to Realm Sync v3.13.1.