From 61b422569d362537c5fe49c19fc8b16c05890929 Mon Sep 17 00:00:00 2001 From: nirinchev Date: Fri, 23 Aug 2024 13:27:26 +0300 Subject: [PATCH] Update core to 14.12.0 --- CHANGELOG.md | 22 +++++++++++++++++++--- wrappers/realm-core | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f24bac556d..598008bf0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,32 @@ ## vNext (TBD) ### Enhancements -* None +* Role and permissions changes no longer require a client reset to update the local realm. (Core 14.11.0) +* On Windows devices Device Sync will additionally look up SSL certificates in the Windows Trusted Root Certification Authorities certificate store when establishing a connection. (Core 14.11.0) +* Sync log statements now include the app services connection id in their prefix (e.g `Connection[1:] Session[1]: log message`) to make correlating sync activity to server logs easier during troubleshooting. (Core 14.11.2) +* Improve sync bootstrap performance by reducing the number of table selections in the replication logs for embedded objects. (Core 14.12.0) +* Released a read lock which was pinned for the duration of a mutable subscription even after commit. This frees resources earlier, and may improve performance of sync bootstraps where the starting state is large. (Core 14.12.0) +* Client reset cycle detection now checks if the previous recovery attempt was made by the same core version, and if not attempts recovery again. (Core 14.12.0) +* Updated bundled OpenSSL version to 3.3.1. (Core 14.12.0) ### Fixed -* None +* Sync download progress was only updated when bootstraps completed, making it always be 0 before the first completion and then forever 1. (Core 14.11.0) +* Sync client can crash if a session is resumed while the session is being suspended. (Core 14.11.0) +* If a sync session is interrupted by a disconnect or restart while downloading a bootstrap, stale data from the previous bootstrap may be included when the session reconnects and downloads the bootstrap. This can lead to objects stored in the database that do not match the actual state of the server and potentially leading to compensating writes. (Core 14.11.0) +* Fixed unnecessary server roundtrips when there is no download to acknowledge. (Core 14.11.0) +* App subscription callback was getting fired before the user profile was retrieved on login, leading to an empty user profile when using the callback. (Core 14.11.1) +* Sync client may report duplicate compensating write errors. (Core 14.11.2) +* Fixed an "invalid column key" exception when using a RQL "BETWEEN" query on an int or timestamp property across links. (Core 14.12.0) +* Fixed conflict resolution bug related to ArrayErase and Clear instructions, which could sometimes cause an "Invalid prior_size" exception to prevent synchronization. (Core 14.12.0) +* Fixed bug which would prevent eventual consistency during conflict resolution. Affected clients would experience data divergence and potentially consistency errors as a result. (Core 14.12.0) +* Fixed issues loading the native Realm libraries on Linux ARMv7 systems when they linked against our bundled OpenSSL resulting in errors like `unexpected reloc type 0x03`. (Core 14.12.0) +* `Realm.Copy()` would sometimes incorrectly throw an exception claiming that there were unuploaded local changes when the source Realm is a synchronized Realm. (Core 14.12.0) ### Compatibility * Realm Studio: 15.0.0 or later. ### Internal -* Using Core x.y.z. +* Using Core 14.12.0. ## 12.3.0 (2024-07-17) diff --git a/wrappers/realm-core b/wrappers/realm-core index 60867846a0..c2552e1d36 160000 --- a/wrappers/realm-core +++ b/wrappers/realm-core @@ -1 +1 @@ -Subproject commit 60867846a0aca0c7da5e482282b293236f730216 +Subproject commit c2552e1d36867cb42b28130e894a81fc17081062