From 3130057c20d3f8fe195b9d2ccb90f602b38c57dd Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Wed, 22 May 2024 00:05:17 +0200 Subject: [PATCH] Update to Core 14.7.0 (#3605) --- CHANGELOG.md | 4 +++- wrappers/realm-core | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6c064ffb..180fb03635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ * Added support for `Migration.FindInNewRealm` which is a helper that allows you to lookup the object in the post-migration Realm that corresponds to an object from the pre-migration Realm. (Issue [#3600](https://github.com/realm/realm-dotnet/issues/3600)) ### Fixed +* Accessing `App.CurrentUser` from within a `User.Changed` notification would deadlock. (Core 14.7.0) +* Inserting the same link to the same key in a dictionary more than once would incorrectly create multiple backlinks to the object. This did not appear to cause any crashes later, but would have affected the value returned by `RealmObject.BacklinksCount` and queries involving backlinks counts. (Core 14.7.0) * Fixed an issue that would cause `RealmObject.DynamicApi.GetList/Set/Dictionary` to fail when the collection contains primitive values. (Issue [#3597](https://github.com/realm/realm-dotnet/issues/3597)) ### Compatibility * Realm Studio: 15.0.0 or later. ### Internal -* Using Core x.y.z. +* Using Core 14.7.0. ## 12.1.0 (2024-05-01) diff --git a/wrappers/realm-core b/wrappers/realm-core index cde3adb764..14349903d1 160000 --- a/wrappers/realm-core +++ b/wrappers/realm-core @@ -1 +1 @@ -Subproject commit cde3adb7649d3361806dbbae0cf353b8fdc4d54e +Subproject commit 14349903d1315e13758537a735a649bd1c2d2fec