Enhancements
- Replace Xcode 13.3 binaries with 13.3.1 binaries.
Fixed
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.
- CocoaPods: 1.10 or later.
- Xcode: 12.4-13.3.1.
Internal
- Upgraded realm-core from v11.14.0 to v11.15.0