Realm Xamarin v5.1.0 Release Notes

Release Date: 2020-09-30 // over 3 years ago
  • โœจ Enhancements

    • ๐ŸŽ Greatly improve performance of NOT IN queries on indexed string or int columns. (Core upgrade)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue that would cause using Realm on the main thread in WPF applications to throw an exception with a message "Realm accessed from the incorrect thread". (Issue #2026)
    • ๐Ÿ›  Fixed an issue that could cause an exception with the message "Opening Realm files of format version 0 is not supported by this version of Realm" when opening an encrypted Realm. (Core upgrade)
    • ๐ŸŽ Slightly improve performance of most operations which read data from the Realm file. (Core upgrade)
    • โฌ†๏ธ Rerunning an equals query on an indexed string column which previously had more than one match and now has one match would sometimes throw a "key not found" exception. (Core upgrade)
    • โฌ†๏ธ When querying a table where links are part of the condition, the application may crash if objects has recently been added to the target table. (Core upgrade)

    Compatibility

    • Realm Object Server: 3.23.1 or later.
    • Realm Studio: 5.0.0 or later.

    Internal

    • ๐Ÿ”€ Using Sync 5.0.27 and Core 6.1.2.
    • โž• Added prerelease nuget feed via GitHub packages. (PR #2028)