diff --git a/CHANGELOG.md b/CHANGELOG.md index a2bc3f226c..d2a63f385d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,15 +18,15 @@ * Opening an Flexible Sync Realm asynchronously may not wait to download all data. (Core 14.10.1) * Clearing a List of `RealmValue` in an upgraded file would lead to an assertion failing. (Core 14.10.1) * You could get unexpected merge results when assigning to a nested collection. (Core 14.10.2) -* Fixed removing backlinks from the wrong objects if the link came from a nested list, nested dictionary, top-level dictionary, or list of `RealmValue`, and the source table had more than 256 objects. This could manifest as `array_backlink.cpp:112: Assertion failed: int64_t(value >> 1) == key.value` when removing an object. (Core 14.10.2-14-gf66e24d03) -* Fixed the collapse/rejoin of clusters which contained nested collections with links. This could manifest as `array.cpp:319: Array::move() Assertion failed: begin <= end [2, 1]` when removing an object. (Core 14.10.2-14-gf66e24d03) -* `Session.WaitForUpload()` was inconsistent in how it handled commits which did not produce any changesets to upload. Previously it would sometimes complete immediately if all commits waiting to be uploaded were empty, and at other times it would wait for a server roundtrip. It will now always complete immediately. (Core 14.10.2-14-gf66e24d03) +* Fixed removing backlinks from the wrong objects if the link came from a nested list, nested dictionary, top-level dictionary, or list of `RealmValue`, and the source table had more than 256 objects. This could manifest as `array_backlink.cpp:112: Assertion failed: int64_t(value >> 1) == key.value` when removing an object. (Core 14.10.3) +* Fixed the collapse/rejoin of clusters which contained nested collections with links. This could manifest as `array.cpp:319: Array::move() Assertion failed: begin <= end [2, 1]` when removing an object. (Core 14.10.3) +* `Session.WaitForUpload()` was inconsistent in how it handled commits which did not produce any changesets to upload. Previously it would sometimes complete immediately if all commits waiting to be uploaded were empty, and at other times it would wait for a server roundtrip. It will now always complete immediately. (Core 14.10.3) ### Compatibility * Realm Studio: 15.0.0 or later. ### Internal -* Using Core v14.10.2-14-gf66e24d03. +* Using Core v14.10.3. ## 12.2.0 (2024-05-22) diff --git a/wrappers/realm-core b/wrappers/realm-core index f66e24d035..fd428c3a72 160000 --- a/wrappers/realm-core +++ b/wrappers/realm-core @@ -1 +1 @@ -Subproject commit f66e24d035c987e35183cb8f0bcb864a8df8697c +Subproject commit fd428c3a723a4653ee29026c1a870617d09d0e59