From b92850a90f0f6d706e0bccbab75abf93387eb9c9 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Fri, 17 Nov 2023 14:01:10 +0100 Subject: [PATCH] Update Core to 13.23.4 (#3477) --- CHANGELOG.md | 12 ++++++++---- wrappers/realm-core | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32ad2f1b6..e55287ada8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,20 @@ -## 11.5.0 (2023-09-15) +## vNext (TBD) ### Enhancements * None ### Fixed -* None +* Fixed FLX subscriptions not being sent to the server if the session was interrupted during bootstrapping. (Core 13.23.3) +* Fixed FLX subscriptions not being sent to the server if an upload message was sent immediately after a subscription was committed but before the sync client checks for new subscriptions. (Core 13.23.3) +* Fixed application crash with 'KeyNotFound' exception when subscriptions are marked complete after a client reset. (Core 13.23.3) +* A crash at a very specific time during a DiscardLocal client reset on a FLX Realm could leave subscriptions in an invalid state. (Core 13.23.4) +* Fixed an error "Invalid schema change (UPLOAD): cannot process AddColumn instruction for non-existent table" when using automatic client reset with recovery in dev mode to recover schema changes made locally while offline. (Core 13.23.4) ### Compatibility * Realm Studio: 13.0.0 or later. ### Internal -* Using Core x.y.z. +* Using Core 13.23.4. ## 11.6.0 (2023-11-03) @@ -45,7 +49,7 @@ * Realm Studio: 13.0.0 or later. ### Internal -* Using Core 13.20.1. +* Using Core 13.23.1. ## 11.5.0 (2023-09-15) diff --git a/wrappers/realm-core b/wrappers/realm-core index 1527dc439a..b0b49365f5 160000 --- a/wrappers/realm-core +++ b/wrappers/realm-core @@ -1 +1 @@ -Subproject commit 1527dc439a9609beae88d39b4101b741e7a6a741 +Subproject commit b0b49365f5dd4ef889b1b40ab1245ee81791fb25