From 78c5b3d3f8a6776e6e4cd0801d88d2de5a0ef6a6 Mon Sep 17 00:00:00 2001 From: Diana Maria Perez Afanador Date: Mon, 20 May 2024 18:10:22 +0200 Subject: [PATCH] Upgrade to core 14.7.0 --- CHANGELOG.md | 12 +++++++++++- Package.swift | 2 +- dependencies.list | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09702e157..bd835bfa2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ x.y.z Release notes (yyyy-MM-dd) * ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) * `@AutoOpen` and `@AsyncOpen` failed to use the `initialSubscriptions` set in the configuration passed to them ([PR #8572](https://github.com/realm/realm-swift/pull/8572), since v10.50.0). +* Accessing `App.currentUser` from within a notification produced by `App.switchToUser()` + (which includes notifications for a newly logged in user) would deadlock. + ([Core #7670](https://github.com/realm/realm-core/issues/7670), since v14.6.0). +* Inserting the same link to the same key in a dictionary more than once would incorrectly + create multiple backlinks to the object. This did not appear to cause any crashes later, but would + have affecting explicit backlink count queries (eg: `$0.links.count`) and possibly notifications. + ([Core #7676](https://github.com/realm/realm-core/issues/7676) since v14.5.2). +* Automatic client reset recovery would crash when recovering on an `AnyRealmValue` property if its type was + changed to non-integer type. + ([Core #7683](https://github.com/realm/realm-core/pull/7683), since v11.16.0). @@ -18,7 +28,7 @@ x.y.z Release notes (yyyy-MM-dd) * Xcode: 15.1.0-15.4.0. ### Internal -* Upgraded realm-core from ? to ? +* Upgraded realm-core from v14.6.2 to 14.7.0 10.50.0 Release notes (2024-05-02) ============================================================= diff --git a/Package.swift b/Package.swift index 2a37b8e67c..c7886c9421 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let coreVersion = Version("14.6.2") +let coreVersion = Version("14.7.0") let cocoaVersion = Version("10.50.0") let cxxSettings: [CXXSetting] = [ diff --git a/dependencies.list b/dependencies.list index be80716eea..bd7cd1b6ce 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ VERSION=10.50.0 -REALM_CORE_VERSION=v14.6.2 +REALM_CORE_VERSION=v14.7.0 STITCH_VERSION=b43a1ddbb4729caa14a780f1e452d9ba6957b7f0