Skip to content

Realm JavaScript v12.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 08:40
· 202 commits to main since this release
67d30c7

Fixed

  • Fixed User#callFunction to correctly pass arguments to the server. Previously they would be sent as an array, so if your server-side function used to handle the unwrapping of arguments, it would need an update too. The "functions factory" pattern of calling user.functions.sum(1, 2, 3) wasn't affected by this bug. Thanks to @deckyfx for finding this and suggesting the fix! (#6447, since v12.0.0)

Compatibility

  • React Native >= v0.71.4
  • Realm Studio v14.0.0.
  • File format: generates Realms with format v23 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

Internal

  • Fix Cocoapods to version 1.14.3 on Github Actions.
  • Migrated bingen from util::Optional to std::optional.
  • Upgrading @realm/fetch to the newly released v0.1.1 and no longer bundling it into the SDK package.
  • SDK package is no longer using Rollup, but instead using bare tsc utilizing TypeScript project references. (#6492)