Enhancements
- Add additional
observe
methods for Objects and RealmCollections which take
aPartialKeyPath
type key path parameter. - The release package once again contains Xcode 13 binaries.
PersistableEnum
properties can now be indexed or used as the primary key if
the RawValue is an indexable or primary key type.
Fixed
Map<Key, Value>
did not conform toCodable
.
(Cocoa #7418, since v10.8.0)- Fixed "Invalid data type" assertion failure in the sync client when the
client recieved an AddColumn instruction from the server for an AnyRealmValue
property when that property already exists locally. (Core #4873, since v10.8.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 12.5.1.
- CocoaPods: 1.10 or later.
- Xcode: 12.2-13.0 beta 5.
Internal
- Upgraded realm-core from 11.3.0 to 11.3.1.