From f3595e0b14f5da8b881496062a3467dfc426bc43 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Tue, 19 Jun 2018 14:46:09 +0200 Subject: [PATCH] Upgrading to Realm Sync v3.5.6 --- CHANGELOG.md | 4 ++-- dependencies.list | 2 +- src/object-store | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cdb7c6..2af54cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,11 @@ X.Y.Z Release notes * Added `Realm.createTemplateObject(objectSchema)` (#1870). ### Bug fixes -* None. +* [Sync] Fixed a bug which could potentially flood Realm Object Server with PING messages. ### Internals +* Upgraded to Realm Sync v3.5.6. * Realm Core v5.6.2. -* Realm Sync v3.5.5. 2.9.0 Release notes (2018-6-19) diff --git a/dependencies.list b/dependencies.list index ebcafcc0..c47a2dd3 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js VERSION=2.9.0 REALM_CORE_VERSION=5.6.2 -REALM_SYNC_VERSION=3.5.5 +REALM_SYNC_VERSION=3.5.6 REALM_OBJECT_SERVER_VERSION=3.0.0 diff --git a/src/object-store b/src/object-store index 58f10667..0bcb9643 160000 --- a/src/object-store +++ b/src/object-store @@ -1 +1 @@ -Subproject commit 58f106676f96d0a5dcb52b6d705cf20db797d5c6 +Subproject commit 0bcb9643b8fb14323df697999b79c4a5341a8a21