Upgrading sync and core

This commit is contained in:
Kenneth Geisshirt 2018-06-22 12:27:35 +02:00
parent 9328466036
commit c62cbb36fa
2 changed files with 6 additions and 4 deletions

View File

@ -10,13 +10,15 @@ X.Y.Z Release notes
* None.
### Enhancements
* Added a method named `computeSize` on the Realm object that computes the aggregated size of all objects and their history.
* Added a method `Realm.computeSize()` that computes the aggregated size of all objects and their history (#1881).
* Improved performance for devices which can support large address spaces.
### Bug fixes
* None.
### Internals
* None.
* Upgraded to Realm Core v5.6.3.
* Upgraded to Realm Sync v3.5.7.
2.10.0 Release notes (2018-6-19)

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.10.0
REALM_CORE_VERSION=5.6.2
REALM_SYNC_VERSION=3.5.6
REALM_CORE_VERSION=5.6.3
REALM_SYNC_VERSION=3.5.7
REALM_OBJECT_SERVER_VERSION=3.0.0