Realm Xamarin v3.3.0 Release Notes

Release Date: 2018-11-08 // over 5 years ago
  • โœจ Enhancements

    • ๐Ÿ”ฆ Exposed an OnProgress property on SyncConfigurationBase. It allows you to specify a progress callback that will be invoked when using Realm.GetInstanceAsync to report the download progress. (#1807)

    ๐Ÿ›  Fixed

    <!-- * (#????, since v?.?.?) -->

    • ๐Ÿ”€ Trying to call Subscription.WaitForSynchronizationAsync on a background thread (without a SynchronizationContext) would previously hang indefinitely. Now a meaningful exception will be thrown to indicate that this is not supported and this method should be called on a thread with a synchronization context. (dotnet-private#130, since v3.0.0)

    Compatibility

    • Realm Object Server: 3.0.0 or later.
    • ๐Ÿš€ APIs are backwards compatible with all previous releases in the 3.x.y series.
    • โฌ†๏ธ File format: Generates Realms with format v9 (Reads and upgrades all previous formats)