Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

3.4.1

Compare
Choose a tag to compare
@nirinchev nirinchev released this 30 Nov 11:20

Bug fixes

  • Fixed an issue that could cause an exception with the message ReferenceError: realm is not defined to be thrown. (#83)

Compatibility

  • Compatible with Realm Object Server releases from 3.12.0 or later.

Known notable issues

  • Support for using query-based Realms is in beta and while the API is stable, there may be corner cases that are not well covered.
  • Linking to a class that contains no properties will result in GraphQL errors claiming that it can't find that class. The workaround is to add at least one property to the class (this can be done either via any of the native SDKs or Studio).