Merge pull request #1878 from realm/kneth/realm-sync-3.5.6
Upgrading to Realm Sync v3.5.6
This commit is contained in:
commit
32be882334
|
@ -13,11 +13,11 @@ X.Y.Z Release notes
|
||||||
* Added `Realm.createTemplateObject(objectSchema)` (#1870).
|
* Added `Realm.createTemplateObject(objectSchema)` (#1870).
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
* None.
|
* [Sync] Fixed a bug which could potentially flood Realm Object Server with PING messages.
|
||||||
|
|
||||||
### Internals
|
### Internals
|
||||||
|
* Upgraded to Realm Sync v3.5.6.
|
||||||
* Realm Core v5.6.2.
|
* Realm Core v5.6.2.
|
||||||
* Realm Sync v3.5.5.
|
|
||||||
|
|
||||||
|
|
||||||
2.9.0 Release notes (2018-6-19)
|
2.9.0 Release notes (2018-6-19)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.9.0
|
VERSION=2.9.0
|
||||||
REALM_CORE_VERSION=5.6.2
|
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
|
REALM_OBJECT_SERVER_VERSION=3.0.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 58f106676f96d0a5dcb52b6d705cf20db797d5c6
|
Subproject commit 0bcb9643b8fb14323df697999b79c4a5341a8a21
|
Loading…
Reference in New Issue