Merge pull request #1503 from realm/kneth/sync-2.1.6

Updating to Realm Sync 2.1.6
This commit is contained in:
Kenneth Geisshirt 2017-11-17 17:26:12 +01:00 committed by GitHub
commit a4c71db20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
X.Y.Z Release notes
=============================================================
### Breaking changes
* None.
### Enchancements
* [Object Server] Improving performance of processing large changesets.
### Bug fixes
* [Object Server] Changesets over 16MB in size are now handled correctly.
### Internal
* Updated to Realm Sync 2.1.6.
* Updated to JSON for Modern C++ 2.1.1.
2.0.7 Release notes (2017-11-15)
=============================================================
### Breaking changes

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.0.7
REALM_CORE_VERSION=4.0.2
REALM_SYNC_VERSION=2.1.4
REALM_SYNC_VERSION=2.1.6
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.10