Skip to content

Commit

Permalink
Release 10.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Dec 22, 2023
1 parent 6617c84 commit 569c656
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,12 +1,15 @@
x.y.z Release notes (yyyy-MM-dd)
10.45.2 Release notes (2023-12-22)
=============================================================

### Enhancements

* Greatly improve the performance of creating objects with a very large number
of pre-existing incoming links. This is primarily relevant to initial sync
bootstrapping when linking objects happen to be synchronized before the
target objects they link to ([Core #7217](https://github.com/realm/realm-core/issues/7217), since v10.0.0).

### Fixed

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

### Compatibility

* Realm Studio: 14.0.1 or later.
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 15.1.0.
* CocoaPods: 1.10 or later.
* Xcode: 14.1-15.1.0.

### Internal

* Upgraded realm-core from 13.25.0 to 13.25.1

10.45.1 Release notes (2023-12-18)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
import Foundation

let coreVersion = Version("13.25.1")
let cocoaVersion = Version("10.45.1")
let cocoaVersion = Version("10.45.2")

let cxxSettings: [CXXSetting] = [
.headerSearchPath("."),
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.45.1</string>
<string>10.45.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.45.1</string>
<string>10.45.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
@@ -1,3 +1,3 @@
VERSION=10.45.1
VERSION=10.45.2
REALM_CORE_VERSION=13.25.1
STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42

0 comments on commit 569c656

Please sign in to comment.