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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancements
Improve the performance of the merge algorithm used for integrating remote
changes from the server. In particular, changesets involving many objects
which all link to a single object should be greatly improved.
Fixed
Fix a memory leak when removing notification blocks from collections.
PR: #702, since 1.1.0.
Fix re-sorting or distincting an already-sorted Results using values from
linked objects. Previously the unsorted order was used to read the values
from the linked objects.
PR #3102, since 3.1.0.
Fix a set of bugs which could lead to bad changeset assertions when using
sync. The assertions would look something like the following: [realm-core-5.10.0] Assertion failed: ndx < size() with (ndx, size()) = [742, 742].
Compatibility
File format: Generates Realms with format v9 (Reads and upgrades all previous formats)