Merge pull request #1406 from realm/kneth/sync-2.0.0-rc28

Upgrading to Realm Sync 2.0.0-rc28 and Realm Object Server 2.0.0-rc.4
This commit is contained in:
Kenneth Geisshirt 2017-10-11 21:31:07 +02:00 committed by GitHub
commit 7526a19c65
2 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,10 @@ X.Y.Z Release notes
* Avoid closing then reopening a sync session when using `Realm.open` (#1391). * Avoid closing then reopening a sync session when using `Realm.open` (#1391).
* Respect custom Realm paths when using `Realm.open` (#1392 and #1393). * Respect custom Realm paths when using `Realm.open` (#1392 and #1393).
### Internal
* Upgrading to Realm Sync 2.0.0-rc28.
* Upgrading to Realm Object Server 2.0.0-rc.4.
2.0.0-rc19 Release notes (2017-10-7) 2.0.0-rc19 Release notes (2017-10-7)
============================================================= =============================================================
### Breaking changes ### Breaking changes

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js PACKAGE_NAME=realm-js
VERSION=2.0.0-rc19 VERSION=2.0.0-rc19
REALM_CORE_VERSION=4.0.1 REALM_CORE_VERSION=4.0.1
REALM_SYNC_VERSION=2.0.0-rc27 REALM_SYNC_VERSION=2.0.0-rc28
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.44 REALM_OBJECT_SERVER_VERSION=2.0.0-rc.4