Upgrading to Realm Sync v3.9.1 (#1984)

* Upgrading to Realm Sync v3.9.1
* Update changelog
This commit is contained in:
Kenneth Geisshirt 2018-08-23 14:35:55 +02:00 committed by GitHub
parent 3389d2d141
commit 05aef95bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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