From 3963ffa3db0af81687ad60314f41b80f0937f935 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt <geisshirt@gmail.com> Date: Thu, 23 Nov 2017 17:21:03 +0100 Subject: [PATCH] Updating to Realm Sync 2.1.7. --- CHANGELOG.md | 15 +++++++++++++++ dependencies.list | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb20964..4ff9176d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +X.Y.X Release notes +============================================================= +### Breaking changes +* None. + +### Enchancements +* None + +### Bug fixes +* [Object Server] Fixed a bug where deleted-then-recreated objects with identical primary keys to become empty. +* [Object Server] Fixed a bug in outward partial sync is changed to ensure convergence of partial sync in the case where the client creates a primary key object, that is already present on the server, and subscribes to it in the same transaction. + +### Internal +* Updated to Realm Sync 2.1.7 (see under "Bug fixes"). + 2.0.10 Release notes (2017-11-21) ============================================================= ### Breaking changes diff --git a/dependencies.list b/dependencies.list index d02ad1c6..b318904f 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js VERSION=2.0.10 REALM_CORE_VERSION=4.0.2 -REALM_SYNC_VERSION=2.1.6 +REALM_SYNC_VERSION=2.1.7 REALM_OBJECT_SERVER_VERSION=2.0.21