mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-23 11:48:17 +00:00
Update to latest Sync 2.0.2 and ROS rc.5 (#1411)
* Update to latest Sync 2.0.2 and ROS rc.5 * Update CHANGELOG.md
This commit is contained in:
parent
bf731a19f3
commit
6b635ce8d4
@ -1,4 +1,4 @@
|
|||||||
2.0.0 Release notes (2017-10-12)
|
2.0.0-rc20 Release notes (2017-10-13)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* None
|
* None
|
||||||
@ -12,8 +12,8 @@
|
|||||||
* Respect custom Realm paths when using `Realm.open` (#1392 and #1393).
|
* Respect custom Realm paths when using `Realm.open` (#1392 and #1393).
|
||||||
|
|
||||||
### Internal
|
### Internal
|
||||||
* Upgrading to Realm Sync 2.0.0-rc28.
|
* Upgrading to Realm Sync 2.0.2.
|
||||||
* Upgrading to Realm Object Server 2.0.0-rc.4.
|
* Upgrading to Realm Object Server 2.0.0-rc.5.
|
||||||
* OpenSSL for Android is distributed in a separate package, and the build system needed updates to accommendate this.
|
* OpenSSL for Android is distributed in a separate package, and the build system needed updates to accommendate this.
|
||||||
* Added `-fvisibility=hidden` to Android builds (reduces size of `.so` file).
|
* Added `-fvisibility=hidden` to Android builds (reduces size of `.so` file).
|
||||||
* Add `Session._overrideServer` to force an existing session to connect to a different server.
|
* Add `Session._overrideServer` to force an existing session to connect to a different server.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.0.0-rc21
|
VERSION=2.0.0-rc21
|
||||||
REALM_CORE_VERSION=4.0.2
|
REALM_CORE_VERSION=4.0.2
|
||||||
REALM_SYNC_VERSION=2.0.1
|
REALM_SYNC_VERSION=2.0.2
|
||||||
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.4
|
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user