Skip to content

Commit 8cb364a

Browse files
authored
Upgrade to core 14.14.0 (#8752)
1 parent 1f09fb1 commit 8cb364a

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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

2222
10.54.2 Release notes (2024-12-17)
2323
=============================================================

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import PackageDescription
44
import 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)
1010
let swiftVersion = [SwiftVersion.version("6")]

Realm/Realm-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
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>

dependencies.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.54.2
2-
REALM_CORE_VERSION=v14.13.1
1+
VERSION=10.54.3
2+
REALM_CORE_VERSION=v14.14.0
33
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a

0 commit comments

Comments
 (0)