Upgrading to Realm Sync 2.1.0. (#1426)

This commit is contained in:
Kenneth Geisshirt 2017-10-23 13:45:42 +02:00 committed by GitHub
parent bbcf5195c2
commit 7aee9a01c0
2 changed files with 17 additions and 3 deletions

View File

@ -1,8 +1,22 @@
X.Y.Z Release notes
=============================================================
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* None.
### Internal
* Upgraded to Realm Sync 2.1.0.
2.0.0 Release notes (2017-10-17) 2.0.0 Release notes (2017-10-17)
============================================================= =============================================================
### Breaking changes ### Breaking changes
* Switch to Sync protocol 2.0, compatible with Realm Object Server 2.0.0. This version does NOT support 1.x.x of Realm Object Server. * Switch to Sync protocol 2.0, compatible with Realm Object Server 2.0.0. This version does NOT support 1.x.x of Realm Object Server.
* Upgraded to Realm Core 4.0.1, which has a new file format. If older Realm versions are opened, the database will be migrated automatically. * Upgraded to Realm Core 4.0.1, which has a new file format. If older Realm versions are opened, the database will be migrated automatically.
* Deprecate node 4 and node 5 support. * Deprecate node 4 and node 5 support.
* Renamed `setAccessToken()` to `setFeatureToken()`. * Renamed `setAccessToken()` to `setFeatureToken()`.
* During iteration (`for ... of`) of `Realm.Results`, the results will be frozen using the `snapshot()` method (#1366). * During iteration (`for ... of`) of `Realm.Results`, the results will be frozen using the `snapshot()` method (#1366).

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js PACKAGE_NAME=realm-js
VERSION=2.0.0 VERSION=2.0.0
REALM_CORE_VERSION=4.0.2 REALM_CORE_VERSION=4.0.2
REALM_SYNC_VERSION=2.0.2 REALM_SYNC_VERSION=2.1.0
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.10 REALM_OBJECT_SERVER_VERSION=2.0.0-rc.10