Realm Xamarin v2.2.0 Release Notes

Release Date: 2018-03-28 // about 6 years ago
  • โœจ Enhancements

    • โž• Added an IsDynamic property to RealmConfigurationBase, allowing you to open a Realm file and read its schema from disk. (#1637)
    • โž• Added a new InMemoryConfiguration class that allows you to create an in-memory Realm instance. (#1638)
    • ๐Ÿ‘ Allow setting elements of a list directly - e.g. foo.Bars[2] = new Bar() or foo.Integers[3] = 5. (#1641)
    • โž• Added Json Web Token (JWT) credentials provider. (#1655)
    • โž• Added Anonymous and Nickname credentials providers. (#1671)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed an issue where initial collection change notification is not delivered to all subscribers. (#1696)
    • ๐Ÿ›  Fixed a corner case where RealmObject.Equals would return true for objects that are no longer managed by Realm. (#1698)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿง SyncConfiguration.SetFeatureToken is deprecated and no longer necessary in order to use Sync on Linux or server-side features. (#1703)