Realm Xamarin v10.4.1 Release Notes

Release Date: 2021-09-03 // over 2 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a regression that would prevent the SDK from working on older Linux versions. (Issue #2602)
    • ๐Ÿ›  Fixed an issue that manifested in circumventing the check for changing a primary key when using the dynamic API - i.e. myObj.DynamicApi.Set("Id", "some-new-value") will now correctly throw a NotSupportedException if "some-new-value" is different from myObj's primary key value. (PR #2601)

    Compatibility

    • Realm Studio: 11.0.0 or later.

    Internal

    • Using Core 11.3.1.
    • Started uploading code coverage to coveralls. (Issue #2586)
    • โœ‚ Removed the [Serializable] attribute from RealmObjectBase inheritors. (PR #2600)