Enhancements
- None.
- Filesystem errors now include more information in the error message.
- Add support for building for visionOS and add Xcode 15 binaries to the
release package. visionOS currently requires installing Realm via either
Swift Package Manager or by using a XCFramework as CocoaPods and Carthage do
not yet support it. - Zips compatible with SPM's
.binaryTarget()
are now published as part of the
reases on Github. - Prebuilt XCFrameworks are now built with LTO enabled. This has insgificant
- performance benefits, but cuts the size of the library by ~15%.
Fixed
- <How to hit and notice issue? what was the impact?> (#????, since v?.?.?)
- None.
Breaking Changes
- Legacy non-xcframework Carthage installations are no longer supported. Please
ensure you are using--use-xcframeworks
if installing via Carthage.
Compatibility
- Realm Studio: 14.0.1 or later.
- APIs are backwards compatible with all previous releases in the 10.x.y series.
- Carthage release for Swift is built with Xcode 14.3.1.
- CocoaPods: 1.10 or later.
- Xcode: 14.1-15 beta 4.
Internal
- Upgraded realm-core from ? to ?