From 2a13320ca82e65b990c79cb95826d10cedbf0d0c Mon Sep 17 00:00:00 2001 From: Tom Duncalf Date: Wed, 30 Mar 2022 10:49:27 +0100 Subject: [PATCH] Update core to v11.13.0 Closes #4421 --- CHANGELOG.md | 4 ++++ vendor/realm-core | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd5f4b6be0..0cf3f687f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,14 @@ x.x.x Release notes (yyyy-MM-dd) * APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series. * File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms). +### Fixed +* Fixed flexible sync crash when updating subscriptions after token expiry ([#4421](https://github.com/realm/realm-js/issues/4421), since v10.12.0). + ### Internal * * * +* Upgraded Realm Core from v11.12.0 to v11.13.0. 10.14.0 Release notes (2022-3-24) ============================================================= diff --git a/vendor/realm-core b/vendor/realm-core index dcd3788f75b..3c78cccdc0d 160000 --- a/vendor/realm-core +++ b/vendor/realm-core @@ -1 +1 @@ -Subproject commit dcd3788f75bafb0cc397d145e1651aab3ad4bf0e +Subproject commit 3c78cccdc0d9f967c5c15b7f3ea081814e2b3ef2