Skip to content

Commit 569c656

Browse files
committed
Release 10.45.2
1 parent 6617c84 commit 569c656

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.45.2 Release notes (2023-12-22)
22
=============================================================
3+
34
### Enhancements
5+
46
* Greatly improve the performance of creating objects with a very large number
57
of pre-existing incoming links. This is primarily relevant to initial sync
68
bootstrapping when linking objects happen to be synchronized before the
79
target objects they link to ([Core #7217](https://github.com/realm/realm-core/issues/7217), since v10.0.0).
810

911
### Fixed
12+
1013
* Registering new notifications inside write transactions before actually
1114
making any changes is now actually allowed. This was supposed to be allowed
1215
in 10.39.1, but it did not actually work due to some redundant validation.
@@ -16,13 +19,15 @@ x.y.z Release notes (yyyy-MM-dd)
1619
domain, making it impossible to catch (since v10.42.2, [PR #8435](https://github.com/realm/realm-swift/pull/8435)).
1720

1821
### Compatibility
22+
1923
* Realm Studio: 14.0.1 or later.
2024
* APIs are backwards compatible with all previous releases in the 10.x.y series.
2125
* Carthage release for Swift is built with Xcode 15.1.0.
2226
* CocoaPods: 1.10 or later.
2327
* Xcode: 14.1-15.1.0.
2428

2529
### Internal
30+
2631
* Upgraded realm-core from 13.25.0 to 13.25.1
2732

2833
10.45.1 Release notes (2023-12-18)

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("13.25.1")
7-
let cocoaVersion = Version("10.45.1")
7+
let cocoaVersion = Version("10.45.2")
88

99
let cxxSettings: [CXXSetting] = [
1010
.headerSearchPath("."),

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.45.1</string>
20+
<string>10.45.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.45.1</string>
24+
<string>10.45.2</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.45.1
1+
VERSION=10.45.2
22
REALM_CORE_VERSION=13.25.1
33
STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42

0 commit comments

Comments
 (0)