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
List<AnyRealmValue> would contain an invalidated object instead of null when the object linked to was deleted by a difference sync client (Core #5215, since v10.8.0).
Adding an object to a Set, deleting the parent object of the Set, and then deleting the object which was added to the Set would crash (Core #5387, since v10.8.0).
Synchronized Realm files which were first created using v10.0.0-beta.3 would be redownloaded instead of using the existing file, possibly resulting in the loss of any unsynchronized data in those files (since v10.20.0).
Compatibility
Realm Studio: 11.0.0 or later.
APIs are backwards compatible with all previous releases in the 10.x.y series.
Carthage release for Swift is built with Xcode 13.3.1.