mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
Merge pull request #1872 from realm/kneth/realm-sync-3.5.5
Upgrading to Realm Sync v3.5.5
This commit is contained in:
commit
630f6344e9
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,3 +1,25 @@
|
||||
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 that could result in a crash with the message "bad changeset error".
|
||||
|
||||
### Internals
|
||||
* Upgraded to Realm Sync v3.5.5.
|
||||
* Realm Core v5.6.2.
|
||||
|
||||
|
||||
2.8.4 Release notes (2018-6-15)
|
||||
=============================================================
|
||||
### Compatibility
|
||||
|
@ -1,5 +1,5 @@
|
||||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.8.4
|
||||
REALM_CORE_VERSION=5.6.2
|
||||
REALM_SYNC_VERSION=3.5.4
|
||||
REALM_SYNC_VERSION=3.5.5
|
||||
REALM_OBJECT_SERVER_VERSION=3.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user