Skip to content

Commit 6617c84

Browse files
authored
Update to core 13.25.1 (#8444)
1 parent a73034c commit 6617c84

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

2528
10.45.1 Release notes (2023-12-18)
2629
=============================================================

Package.swift

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

6-
let coreVersion = Version("13.25.0")
6+
let coreVersion = Version("13.25.1")
77
let cocoaVersion = Version("10.45.1")
88

99
let cxxSettings: [CXXSetting] = [

dependencies.list

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

0 commit comments

Comments
 (0)