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
Add the ability to capture a NotificationToken when using a Combine publisher that observes a Realm Object or Collection. The user will call saveToken(on:at:) directly after invoking the publisher to use the feature.
Fixed
When using Realm.write(withoutNotifying:) there was a chance that the supplied observation blocks would not be skipped when in a write transaction. (Object Store #1103)
Comparing two identical unmanaged List<>/RLMArray objects would fail. (#5665).
Compatibility
File format: Generates Realms with format v11 (Reads and upgrades all previous formats)
Realm Object Server: 3.21.0 or later.
Realm Studio: 5.0.0 or later.
APIs are backwards compatible with all previous releases in the 5.x.y series.
Carthage release for Swift is built with Xcode 12.