mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-08 12:45:20 +00:00
Merge pull request #1503 from realm/kneth/sync-2.1.6
Updating to Realm Sync 2.1.6
This commit is contained in:
commit
a4c71db20c
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
|||||||
|
X.Y.Z Release notes
|
||||||
|
=============================================================
|
||||||
|
### Breaking changes
|
||||||
|
* None.
|
||||||
|
|
||||||
|
### Enchancements
|
||||||
|
* [Object Server] Improving performance of processing large changesets.
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
* [Object Server] Changesets over 16MB in size are now handled correctly.
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
* Updated to Realm Sync 2.1.6.
|
||||||
|
* Updated to JSON for Modern C++ 2.1.1.
|
||||||
|
|
||||||
2.0.7 Release notes (2017-11-15)
|
2.0.7 Release notes (2017-11-15)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.0.7
|
VERSION=2.0.7
|
||||||
REALM_CORE_VERSION=4.0.2
|
REALM_CORE_VERSION=4.0.2
|
||||||
REALM_SYNC_VERSION=2.1.4
|
REALM_SYNC_VERSION=2.1.6
|
||||||
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.10
|
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user