You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
8
8
* ReactNative for Android no longer uses deprecated methods and can build using Gradle 5.0 and above. ([#1995](https://github.com/realm/realm-js/issues/1995))
9
-
* Fix occasional "FATAL ERROR: v8::String::Cast Could not convert to string" crashes when reading a property from a Realm object. ([#2172](https://github.com/realm/realm-js/pull/2172), since 2.19.0)
9
+
* A bug caused loading the binary component of the SDK to hang on Windows. ([#2169](https://github.com/realm/realm-js/issues/2169), since v2.21.0)
10
+
* Fix occasional `FATAL ERROR: v8::String::Cast Could not convert to string` crashes when reading a property from a Realm object. ([#2172](https://github.com/realm/realm-js/pull/2172), since v2.19.0)
10
11
11
12
### Compatibility
12
13
* Realm Object Server: 3.11.0 or later.
13
14
* APIs are backwards compatible with all previous release of realm in the 2.x.y series.
14
15
* File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
15
16
16
17
### Internal
17
-
* None.
18
+
* Upgraded to Realm Core v5.12.5 (hanging on Windows).
0 commit comments