Upgrading to Realm Sync v3.5.1 (#1848)

* Upgrading to Realm Sync v3.5.1
This commit is contained in:
Kenneth Geisshirt 2018-06-06 20:13:23 +02:00 committed by GitHub
parent 1585cd6f0f
commit 25cb81add7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,26 @@
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 bug which crash query-based Realms. A bug in gcc's optimizer will generate code which in some case will lead to a memory violation and eventually a segmentation fault.
### Internal
* Upgraded to Realm Sync v3.5.1.
* Realm Core v5.6.0.
* Realm Sync v3.5.1.
2.8.0 Release notes (2018-6-6)
=============================================================
### Compatibility

View File

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