Realm Xamarin v3.2.0 Release Notes

Release Date: 2018-09-04 // over 5 years ago
  • โœจ Enhancements

    • ๐Ÿšš RealmObject inheritors will now raise PropertyChanged after they have been removed from Realm. The property name in the event arguments will be IsValid.
    • ๐Ÿง Bundle some common certificate authorities on Linux so connecting to ROS instances over SSL should work out of the box for most certificates. Notably, it will now work out of the box for Realm Cloud instances.

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘ป When constructing queries that compare an invalid/unmanaged RealmObject (e.g. realm.All<Foo>().Where(f => f.Bar == someBar)), a meaningful exception will now be thrown rather than an obscure ArgumentNullException.
    • โž• Added ShouldCompactOnLaunch to the PCL version of the library. (dotnet-private#125)