From 7aee9a01c0235f04cc01f67aa6b33a2cf45a197c Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Mon, 23 Oct 2017 13:45:42 +0200 Subject: [PATCH] Upgrading to Realm Sync 2.1.0. (#1426) --- CHANGELOG.md | 18 ++++++++++++++++-- dependencies.list | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779beb77..29213a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ============================================================= ### 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. -* 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. +* 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. * Deprecate node 4 and node 5 support. * Renamed `setAccessToken()` to `setFeatureToken()`. * During iteration (`for ... of`) of `Realm.Results`, the results will be frozen using the `snapshot()` method (#1366). diff --git a/dependencies.list b/dependencies.list index b1dd17cf..a45acf4e 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js VERSION=2.0.0 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