Skip to content

v3.11.2

Compare
Choose a tag to compare
@realm-ci realm-ci released this 15 Nov 21:45
· 1592 commits to master since this release
06d2527

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)
  • Realm Object Server: 3.11.0 or later.