mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-25 22:10:10 +00:00
Updating to sync 3.0.0-alpha.1
This commit is contained in:
parent
2ae657f452
commit
ad99a988e2
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
|||||||
|
2.3.0-alpha.1 Release notes
|
||||||
|
=============================================================
|
||||||
|
### Breaking changes
|
||||||
|
* Sync protocol changed to version 24.
|
||||||
|
* History schema format for server-side Realm files bumped to version 4. This means that after the server has been upgraded, it cannot be downgraded again without restoring state from backup.
|
||||||
|
* Backup protocol version bumped to 2. No compatibility with earlier versions of the backup protocol is provided.
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
* Reduced initial download times in Realms with long transaction histories.
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
* None.
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
* Updated to Realm Sync 3.0.0-alpha.1.
|
||||||
|
|
||||||
|
|
||||||
2.2.6 Release notes (2018-1-26)
|
2.2.6 Release notes (2018-1-26)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.2.6
|
VERSION=2.2.6
|
||||||
REALM_CORE_VERSION=5.1.2
|
REALM_CORE_VERSION=5.1.2
|
||||||
REALM_SYNC_VERSION=2.2.9
|
REALM_SYNC_VERSION=3.0.0-alpha.1
|
||||||
REALM_OBJECT_SERVER_VERSION=2.5.1
|
REALM_OBJECT_SERVER_VERSION=2.5.1
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9aab0ffd5bc7bfc438ec28375ba581cf732f57ee
|
Subproject commit 436c1112337ee68fc65655c2a253997c5dcf458f
|
Loading…
x
Reference in New Issue
Block a user