Updating to Realm Sync 2.1.7.
This commit is contained in:
parent
8e4ee90424
commit
3963ffa3db
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -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)
|
2.0.10 Release notes (2017-11-21)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.0.10
|
VERSION=2.0.10
|
||||||
REALM_CORE_VERSION=4.0.2
|
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
|
REALM_OBJECT_SERVER_VERSION=2.0.21
|
||||||
|
|
Loading…
Reference in New Issue