File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- x.y.z Release notes (yyyy-MM-dd )
1+ 10.54.3 Release notes (2025-03-07 )
22=============================================================
3- ### Enhancements
4- * None.
53
6- ### Fixed
7- * <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
8- * None.
4+ ### Enhancements
95
10- <!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
6+ * Enable automatic client reset handling for Events Realms. These Realms
7+ typically do not trigger client resets, but may if sync is restarted when one
8+ is partially uploaded. ([Core #8072](https://github.com/realm/realm-core/pull/8072)).
119
1210### Compatibility
11+
1312* Realm Studio: 15.0.0 or later.
1413* APIs are backwards compatible with all previous releases in the 10.x.y series.
1514* Carthage release for Swift is built with Xcode 16.2.0.
1615* CocoaPods: 1.10 or later.
1716* Xcode: 15.3.0-16.2.
1817
1918### Internal
20- * Upgraded realm-core from ? to ?
19+
20+ * Upgraded realm-core from v14.13.1 to 14.14.0
2121
222210.54.2 Release notes (2024-12-17)
2323=============================================================
Original file line number Diff line number Diff line change 33import PackageDescription
44import Foundation
55
6- let coreVersion = Version ( " 14.13.1 " )
7- let cocoaVersion = Version ( " 10.54.2 " )
6+ let coreVersion = Version ( " 14.14.0 " )
7+ let cocoaVersion = Version ( " 10.54.3 " )
88
99#if compiler(>=6)
1010let swiftVersion = [ SwiftVersion . version ( " 6 " ) ]
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >10.54.2 </string >
20+ <string >10.54.3 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >10.54.2 </string >
24+ <string >10.54.3 </string >
2525 <key >NSHumanReadableCopyright </key >
2626 <string >Copyright © 2014-2021 Realm. All rights reserved. </string >
2727 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1- VERSION=10.54.2
2- REALM_CORE_VERSION=v14.13.1
1+ VERSION=10.54.3
2+ REALM_CORE_VERSION=v14.14.0
33STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a
You can’t perform that action at this time.
0 commit comments