You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for reading / writing Realm files using Realm file format v24, supporting realm-js v12.7.0, realm-dart v2.0.0 and realm-swift v10.49.0. When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v24.
Enhancements
Added support for reading / writing Realm files using Realm file format v24.
Fixed a bug where opening a Realm that contains asymmetric tables will crash the process with an error saying You cannot query an asymmetric class. (#1591)
Fixed an issue where opening a synchronized Realm that is open in another process would result in an error with a message History type not consistent. (#1593)