Realm Xamarin v10.17.0 Release Notes

Release Date: 2022-10-06 // over 1 year ago
  • โœจ Enhancements

    • โฌ†๏ธ Prioritize integration of local changes over remote changes - shorten the time users may have to wait when committing local changes. Stop storing downloaded changesets in history. (Core upgrade)
    • ๐ŸŽ Greatly improve the performance of sorting or distincting a Dictionary's keys or values. The most expensive operation is now performed O(log N) rather than O(N log N) times, and large Dictionaries can see upwards of 99% reduction in time to sort. (Core upgrade)
    • ๐Ÿš€ Seamlessly handle migrating an App Services application deployment model. (Core upgrade)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a use-after-free when a sync session is closed and the app is destroyed at the same time. (Core upgrade)
    • ๐Ÿ›  Fixed a NullReferenceException occurring in RealmObjectBase's finalizer whenever an exception is thrown before the object gets initialized. (Issue #3045)

    Compatibility

    • Realm Studio: 11.0.0 or later.

    Internal

    • Using Core 12.9.0