Skip to content

Realm JavaScript v10.3.0

Compare
Choose a tag to compare
@kneth kneth released this 30 Mar 14:57

NOTE: This release has a number of fixes compared to v10.3.0-rc.1. For a complete changelog, please see v10.3.0-rc.1.

Enhancements

  • None.

Fixed

  • Classes names class_class_... were not handled correctly in queries. (realm/realm-core#4480)
  • Syncing large Decimal128 values will cause Assertion failed: cx.w[1] == 0. (realm/realm-core#4519, since v10.0.0)
  • Avoid race condition leading to possible hangs on Windows. (realm/realm-dotnet#2245)
  • During integration of a large amount of data from the MongoDB Realm, you may get Assertion failed: !fields.has_missing_parent_update(). (realm/realm-core#4497, since v6.0.0)

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 v20 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 for synced Realms).

Internal

  • Upgraded Realm Core from v10.5.4 to v10.5.6.