Upgrading to Realm Sync v3.5.1 (#1848)
* Upgrading to Realm Sync v3.5.1
This commit is contained in:
parent
1585cd6f0f
commit
25cb81add7
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue