Upgrading to Realm Sync 2.1.0.
This commit is contained in:
parent
bbcf5195c2
commit
b45e1f03dd
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,8 +1,22 @@
|
|||
X.Y.Z Release notes
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* None.
|
||||
|
||||
### Enhancements
|
||||
* None.
|
||||
|
||||
### Bug fixes
|
||||
* None.
|
||||
|
||||
### Internal
|
||||
* Upgraded to Realm Sync 2.1.0.
|
||||
|
||||
2.0.0 Release notes (2017-10-17)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* Switch to Sync protocol 2.0, compatible with Realm Object Server 2.0.0. This version does NOT support 1.x.x of Realm Object Server.
|
||||
* Upgraded to Realm Core 4.0.1, which has a new file format. If older Realm versions are opened, the database will be migrated automatically.
|
||||
* Switch to Sync protocol 2.0, compatible with Realm Object Server 2.0.0. This version does NOT support 1.x.x of Realm Object Server.
|
||||
* Upgraded to Realm Core 4.0.1, which has a new file format. If older Realm versions are opened, the database will be migrated automatically.
|
||||
* Deprecate node 4 and node 5 support.
|
||||
* Renamed `setAccessToken()` to `setFeatureToken()`.
|
||||
* During iteration (`for ... of`) of `Realm.Results`, the results will be frozen using the `snapshot()` method (#1366).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.0.0
|
||||
REALM_CORE_VERSION=4.0.2
|
||||
REALM_SYNC_VERSION=2.0.2
|
||||
REALM_SYNC_VERSION=2.1.0
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.10
|
||||
|
|
Loading…
Reference in New Issue