Skip to content

Commit 65fa6b6

Browse files
authored
Upgrading core to v5.12.5 and sync to v3.14.3 (#2171)
* Upgrade core v5.12.5 * Upgrade sync v3.14.3
1 parent 9079cb9 commit 65fa6b6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ x.x.x Release notes (yyyy-MM-dd)
66
### Fixed
77
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
88
* 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)
1011

1112
### Compatibility
1213
* Realm Object Server: 3.11.0 or later.
1314
* APIs are backwards compatible with all previous release of realm in the 2.x.y series.
1415
* File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
1516

1617
### Internal
17-
* None.
18+
* Upgraded to Realm Core v5.12.5 (hanging on Windows).
19+
* Upgraded to Realm Sync v3.14.3.
1820

1921
2.21.0 Release notes (2018-12-3)
2022
=============================================================

dependencies.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
22
VERSION=2.21.0
3-
REALM_CORE_VERSION=5.12.3
4-
REALM_SYNC_VERSION=3.14.1
3+
REALM_CORE_VERSION=5.12.5
4+
REALM_SYNC_VERSION=3.14.3
55
REALM_OBJECT_SERVER_VERSION=3.11.1

0 commit comments

Comments
 (0)