Update to sync 3.3.0 (#1778)

* Updating sync and core
* Simplying linking on node.js binding.
* Adapting to new distribution packages of core.
This commit is contained in:
Kenneth Geisshirt 2018-05-07 10:09:22 +02:00 committed by GitHub
parent c0c2606aa1
commit 4f65e057eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 9 deletions

View File

@ -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
* None.
### Internal
* Updated to Relm Sync 3.3.0.
* Updated to Realm Core 5.6.0.
2.4.0 Release notes (2018-4-26)
=============================================================
### Compatibility

View File

@ -1,6 +1,6 @@
PACKAGE_NAME=realm-js
VERSION=2.4.0
REALM_CORE_VERSION=5.4.0
REALM_SYNC_VERSION=3.0.0
REALM_CORE_VERSION=5.6.0
REALM_SYNC_VERSION=3.3.0
REALM_OBJECT_SERVER_VERSION=3.0.0

View File

@ -200,13 +200,7 @@
"type": "none",
"dependencies": [ "realm-core" ],
"link_settings": {
"conditions": [
["OS=='win'", {
"libraries": [ "-lrealm-sync<(debug_library_suffix)" ]
}, {
"libraries": [ "-lrealm-sync-node<(debug_library_suffix)" ]
}]
]
"libraries": [ "-lrealm-sync<(debug_library_suffix)" ],
},
"all_dependent_settings": {
"defines": [ "REALM_ENABLE_SYNC=1" ]
@ -259,6 +253,7 @@
"include_dirs": [ "<(vendor_dir)/include" ],
"library_dirs": [
"<(vendor_dir)/lib",
"<(vendor_dir)/lib64",
"<(vendor_dir)/osx"
]
},