From 37a427d777ef71e32a7625753eb8baecfd3a6d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 24 Jan 2025 08:45:32 +0100 Subject: [PATCH 1/2] Upgrade Realm Core to v14.13.5 --- packages/realm/bindgen/vendor/realm-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realm/bindgen/vendor/realm-core b/packages/realm/bindgen/vendor/realm-core index 85eeca4165..cb5f45ab91 160000 --- a/packages/realm/bindgen/vendor/realm-core +++ b/packages/realm/bindgen/vendor/realm-core @@ -1 +1 @@ -Subproject commit 85eeca41654cc9070ad81a21a4b1d153ad467c33 +Subproject commit cb5f45ab91a26e79a95f2f61e84fa14a039027e5 From a4836c66d6b284d9f78dc1e470f29c7e7c096a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 24 Jan 2025 08:45:39 +0100 Subject: [PATCH 2/2] Copy relevant notes from the core changelog --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c05547a3..febcbafa35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ * None ### Fixed -* ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?) -* None +* Closing and opening a realm before a token refresh is completed, would result in two sync sessions both try to start synchronizing the realm when the refreshes do complete, leading to a crash with a MultipleSyncAgents exception. ([realm/realm-core#8064](https://github.com/realm/realm-core/issues/8064)) +* Migrating primary key to a new type without migration function would cause an assertion to fail. ([realm/realm-core#8045](https://github.com/realm/realm-core/issues/8045), since Realm JS v10.0.0) +* Committing a subscription set prematurely released a read lock, which may have caused a BadVersion exception with an error like `Unable to lock version XX as it does not exist or has been cleaned up` while changing subscriptions. ([realm/realm-core##8068](https://github.com/realm/realm-core/pull/8068), since Realm JS v12.13.0) ### Compatibility * React Native >= v0.71.4 @@ -16,9 +17,7 @@ * File format: generates Realms with format v24 (reads and upgrades file format v10). ### Internal - - - +* Upgraded Realm Core from v14.13.1 to v14.13.5. ## 12.14.0 (2024-11-12)