diff --git a/CHANGELOG.md b/CHANGELOG.md index ffed5e1026..9b4d8e31f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ x.y.z Release notes (yyyy-MM-dd) * 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 v10.50.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 +* 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 and possibly notifications. ([Core #7676](https://github.com/realm/realm-core/issues/7676), since v10.49.2). +* A non-streaming progress notifier would not immediately call its callback after registration. + Instead you would have to wait for a download message to be received to get your first + update - if you were already caught up when you registered the notifier you could end up waiting a + long time for the server to deliver a download that would call/expire your notifier + ([Core #7627](https://github.com/realm/realm-core/issues/7627), since v10.50.0). @@ -22,7 +27,7 @@ x.y.z Release notes (yyyy-MM-dd) * Xcode: 15.1.0-15.4.0. ### Internal -* Upgraded realm-core from v14.6.2 to 14.7.0 +* Upgraded realm-core from v14.6.2 to 14.8.0 10.50.1 Release notes (2024-05-21) ============================================================= diff --git a/Package.swift b/Package.swift index 73255d9a7d..5bc0dab444 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let coreVersion = Version("14.7.0") +let coreVersion = Version("14.8.0") let cocoaVersion = Version("10.50.1") let cxxSettings: [CXXSetting] = [ diff --git a/dependencies.list b/dependencies.list index a1329fd3ce..8de188d7c6 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ VERSION=10.50.1 -REALM_CORE_VERSION=v14.7.0 +REALM_CORE_VERSION=v14.8.0 STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7