Merge pull request #1521 from realm/kneth/sync-2.1.7

Updating to Realm Sync 2.1.7.
This commit is contained in:
Kenneth Geisshirt 2017-11-23 17:52:38 +01:00 committed by GitHub
commit 32072ce7c2
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.X Release notes
=============================================================
### Breaking changes
* None.
### Enchancements
* None
### Bug fixes
* [Object Server] Fixed a bug where deleted-then-recreated objects with identical primary keys to become empty.
* [Object Server] Fixed a bug in outward partial sync is changed to ensure convergence of partial sync in the case where the client creates a primary key object, that is already present on the server, and subscribes to it in the same transaction.
### Internal
* Updated to Realm Sync 2.1.7 (see under "Bug fixes").
2.0.10 Release notes (2017-11-21)
=============================================================
### Breaking changes

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.0.10
REALM_CORE_VERSION=4.0.2
REALM_SYNC_VERSION=2.1.6
REALM_SYNC_VERSION=2.1.7
REALM_OBJECT_SERVER_VERSION=2.0.21