Realm v10.13.0 Release Notes

Release Date: 2021-08-26 // over 2 years ago
  • โœจ Enhancements

    • ๐Ÿ”€ Sync logs now contain information about what object/changeset was being applied when the exception was thrown. (Core #4836)
    • โž• Added ServiceErrorCode for wrong username/password when using 'App.login. (Core #7380

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix crash in MongoCollection.findOneDocument(filter:) that occurred when no results were found for a given filter. (Cocoa #7380, since v10.0.0)
    • Some of the SwiftUI property wrappers incorrectly required objects to conform to ObjectKeyIdentifiable rather than Identifiable. (Cocoa #7372, since v10.6.0)
    • โ†ช Work around Xcode 13 beta 3+ shipping a broken swiftinterface file for Combine on 32-bit iOS. (Cocoa #7368)
    • ๐Ÿ›  Fixes history corruption when replacing an embedded object in a list. (Core #4845), since v10.0.0)

    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 12.5.1.
    • CocoaPods: 1.10 or later.
    • Xcode: 12.2-13.0 beta 5.

    Internal

    • โฌ†๏ธ Upgraded realm-core from 11.2.0 to 11.3.0