Realm Xamarin v10.17.0 Release Notes
Release Date: 2022-10-06 // about 2 years 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 inRealmObjectBase
'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