Realm v10.28.3 Release Notes

Release Date: 2022-07-27 // over 1 year ago
  • โœจ Enhancements

    • ๐ŸŽ Greatly improve the performance of obtaining cached Realm instances in Swift when using a sync configuration.

    ๐Ÿ›  Fixed

    • โž• Add missing initialSubscription and rerunOnOpen to copyWithZone method on RLMRealmConfiguration. This resulted in incorrect values when using RLMRealmConfiguration.defaultConfiguration.
    • ๐Ÿ”€ The sync error handler did not hold a strong reference to the sync session while dispatching the error from the worker thread to the main thread, resulting in the session passed to the error handler being invalid if there were no other remaining strong references elsewhere.

    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 3.