From 05aef95bbdc5f519eeb0ab5b048dae30fc292cee Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Thu, 23 Aug 2018 14:35:55 +0200 Subject: [PATCH] Upgrading to Realm Sync v3.9.1 (#1984) * Upgrading to Realm Sync v3.9.1 * Update changelog --- CHANGELOG.md | 3 ++- dependencies.list | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5820de02..be74ffe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,11 +21,12 @@ X.Y.Z Release notes (YYYY-MM-DD) * [Sync] Classes used by the Object-level permission system are now automatically part of the schema for Query-based Realms (#1966). * [Sync] Fixed distinct queries with query-based sync (broken since v2.11.0). * Support parallel run of muliple iOS builds with React Native on the same CI machine. +* [Sync] Fixed a bug in the client where a session was not properly discarded after a deactivation process ending with the reception of an ERROR message. When this happened, it would lead to corruption of the client's internal datastructures. ### Internals * Updated to Object Store commit: 97fd03819f398b3c81c8b007feaca8636629050b * Updated external packages with help from `npm audit`. -* Upgraded to Realm Sync v3.8.11. +* Upgraded to Realm Sync v3.9.1 (to match the devtoolset-6 upgrade). * Upgraded to devtoolset-6 on Centos for Linux builds. diff --git a/dependencies.list b/dependencies.list index 1d536fee..c2e3a552 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js VERSION=2.14.2 REALM_CORE_VERSION=5.7.2 -REALM_SYNC_VERSION=3.8.11 +REALM_SYNC_VERSION=3.9.1 REALM_OBJECT_SERVER_VERSION=3.0.0