Upgrading to Realm Core v5.6.2 and Realm Sync v3.5.4.
This commit is contained in:
parent
a61bcc8e24
commit
f1eeac6819
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
|
||||
* Fixed a potential corruption.
|
||||
|
||||
### Internals
|
||||
* Upgraded to Realm Core v5.6.2.
|
||||
* Upgraded to Realm Sync v3.5.4.
|
||||
|
||||
|
||||
2.8.3 Release notes (2018-6-13)
|
||||
=============================================================
|
||||
### Compatibility
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.8.3
|
||||
REALM_CORE_VERSION=5.6.1
|
||||
REALM_SYNC_VERSION=3.5.3
|
||||
REALM_OBJECT_SERVER_VERSION=3.0.0
|
||||
|
||||
REALM_CORE_VERSION=5.6.2
|
||||
REALM_SYNC_VERSION=3.5.4
|
||||
REALM_OBJECT_SERVER_VERSION=3.0.0
|
Loading…
Reference in New Issue