Skip to content

Commit ada7a12

Browse files
authored
Bump to Core 10.7.2 (#2375)
1 parent 21816a6 commit ada7a12

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
------------------
33

44
### Fixed
5-
* None
5+
* Fixed a bug that could lead to crashes with a message similar to `Invalid ref translation entry [0, 78187493520]`. (Core upgrade)
6+
* Fix assertion failures such as `!m_notifier_skip_version.version` or `m_notifier_sg->get_version() + 1 == new_version.version` when performing writes inside change notification callbacks. (Core upgrade)
7+
* Fix collection notification reporting for modifications. This could be observed by receiving the wrong indices of modifications on sorted or distinct results, or notification blocks sometimes not being called when only modifications have occured. (Core upgrade)
8+
* Proactively check the expiry time on the access token and refresh it before attempting to initiate a sync session. This prevents some error logs from appearing on the client such as: `ERROR: Connection[1]: Websocket: Expected HTTP response 101 Switching Protocols, but received: HTTP/1.1 401 Unauthorized`. (Core upgrade)
9+
* Destruction of the TableRecycler at exit was unordered compared to other threads running. This could lead to crashes, some with the TableRecycler at the top of the stack. (Core upgrade)
10+
* Fixed errors related to `uncaught exception in notifier thread: N5realm11KeyNotFoundE: No such object`. This could happen in a synchronized app when a linked object was deleted by another client. (Core upgrade)
11+
* Opening a metadata realm with the wrong encryption key or different encryption configuration will remove that metadata realm and create a new metadata realm using the new key or configuration. (Core upgrade)
12+
* Creting a `ThreadSafeReference` to a readonly Realm would result in a crash. (Core upgrade)
613

714
### Enhancements
815
* None
@@ -11,7 +18,7 @@
1118
* Realm Studio: 10.0.0 or later.
1219

1320
### Internal
14-
* Using Core 10.5.6.
21+
* Using Core 10.7.2.
1522

1623
## 10.1.3 (2021-04-29)
1724
------------------

wrappers/realm-core

Submodule realm-core updated 125 files

0 commit comments

Comments
 (0)