File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11x.y.z Release notes (yyyy-MM-dd)
22=============================================================
33### Enhancements
4- * None.
4+ * Greatly improve the performance of creating objects with a very large number
5+ of pre-existing incoming links. This is primarily relevant to initial sync
6+ bootstrapping when linking objects happen to be synchronized before the
7+ target objects they link to ([Core #7217](https://github.com/realm/realm-core/issues/7217), since v10.0.0).
58
69### Fixed
710* Registering new notifications inside write transactions before actually
@@ -20,7 +23,7 @@ x.y.z Release notes (yyyy-MM-dd)
2023* Xcode: 14.1-15.1.0.
2124
2225### Internal
23- * Upgraded realm-core from ? to ?
26+ * Upgraded realm-core from 13.25.0 to 13.25.1
2427
252810.45.1 Release notes (2023-12-18)
2629=============================================================
Original file line number Diff line number Diff line change 33import PackageDescription
44import Foundation
55
6- let coreVersion = Version ( " 13.25.0 " )
6+ let coreVersion = Version ( " 13.25.1 " )
77let cocoaVersion = Version ( " 10.45.1 " )
88
99let cxxSettings : [ CXXSetting ] = [
Original file line number Diff line number Diff line change 11VERSION=10.45.1
2- REALM_CORE_VERSION=13.25.0
2+ REALM_CORE_VERSION=13.25.1
33STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42
You can’t perform that action at this time.
0 commit comments