Upgrading to Realm Sync 3.5.2 (#1858)

* Upgrading to Realm Sync 3.5.2
* Update CHANGELOG.md
This commit is contained in:
Kenneth Geisshirt 2018-06-12 10:30:14 +02:00 committed by GitHub
parent 0b7aed2885
commit 6a5688fdd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
X.Y.Z Release notes
=============================================================
### Compatibility
* Sync protocol: 24
* Server-side history format: 4
* File format: 7
* Realm Object Server: 3.0.0 or later
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* [Sync] Fixed a problem which would sometimes cause `bad permission object` and `bad changeset` errors.
### Internal
* Upgraded to Realm Sync v3.5.2.
* Realm Core v5.6.0.
2.8.1 Release notes (2018-6-8)
=============================================================
### Compatibility

View File

@ -1,6 +1,6 @@
PACKAGE_NAME=realm-js
VERSION=2.8.1
REALM_CORE_VERSION=5.6.0
REALM_SYNC_VERSION=3.5.1
REALM_SYNC_VERSION=3.5.2
REALM_OBJECT_SERVER_VERSION=3.0.0