Realm v10.28.5 Release Notes

Release Date: 2022-08-09 // over 1 year ago
  • โœจ Enhancements

    • ๐Ÿ‘Œ Improve performance of accessing SubscriptionSet properties when no writes have been made to the Realm since the last access.

    ๐Ÿ›  Fixed

    • ๐Ÿ†“ A use-after-free could occur if a Realm with audit events enabled was destroyed while processing an upload completion for the events Realm on a different thread. (Core PR #5714)
    • ๐Ÿ”€ Opening a read-only synchronized Realm for the first time via asyncOpen did not set the schema version, which could lead to m_schema_version != ObjectStore::NotVersioned assertion failures later on.

    Compatibility

    • Realm Studio: 11.0.0 or later.
    • ๐Ÿš€ APIs are backwards compatible with all previous releases in the 10.x.y series.
    • ๐Ÿš€ Carthage release for Swift is built with Xcode 13.4.1.
    • CocoaPods: 1.10 or later.
    • Xcode: 13.1-14 beta 4.

    Internal

    • โฌ†๏ธ Upgraded realm-core from 12.4.0 to 12.5.0