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
Queries of the form "a.b.c == nil" would match objects where b is nil if c did not have an index and did not if c was indexed. Both will now match
to align with NSPredicate's behavior. (Core #4460, since 4.3.0).
Restore support for upgrading files from file format 5 (Realm Cocoa 1.x).
(Core #7089, since v5.0.0)
On 32bit devices you may get exception with "No such object" when upgrading
to v10.* (Java #7314, since v5.0.0)
The notification worker thread would rerun queries after every commit rather
than only commits which modified tables which could effect the query results
if the table had any outgoing links to tables not used in the query.
(Core #4456, since v5.0.0).
Fix "Invalid ref translation entry [16045690984833335023, 78187493520]"
assertion failure which could occur when using sync or multiple processes
writing to a single Realm file.
(#7086, since v5.0.0).
Compatibility
Realm Studio: 10.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.4.