1
0
Fork 0

Updated arangosync to 0.7.1

This commit is contained in:
KVS85 2019-11-28 22:34:00 +01:00
parent 6f4ce44716
commit c122123599
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,8 @@
devel
-----
* Updated arangosync to 0.7.1.
* rename `minReplicationFactor` into `writeConcern` to make it consistent with
`--cluster.write-concern` and avoid confusion with
`--cluster.min-replication-factor`
@ -23,8 +25,6 @@ devel
This is a consistency fix within the API as all other APIs include the name.
As a work around the returned _key can be used, which is identical to the name.
* Updated arangosync to 0.7.0.
* REMOTE and GATHER no longer make subqueries unsuitable for the
`splice-subqueries` optimization.

View File

@ -1,6 +1,6 @@
CXX_STANDARD "17"
STARTER_REV "0.14.12"
SYNCER_REV "0.7.0"
SYNCER_REV "0.7.1"
GCC_LINUX "9.2.0"
MSVC_WINDOWS "2017"
MACOS_MIN "10.14"