mirror of https://gitee.com/bigwinds/arangodb
Updated CHANGELOG
This commit is contained in:
parent
420332c30b
commit
26d44d7bfb
|
@ -1,6 +1,9 @@
|
|||
devel
|
||||
-----
|
||||
|
||||
* Fixed a bug in smart graph bfs traversals that might violate path uniqueness
|
||||
requirements in rare cases.
|
||||
|
||||
* Updated arangosync to 0.7.1.
|
||||
|
||||
* rename `minReplicationFactor` into `writeConcern` to make it consistent with
|
||||
|
@ -13,7 +16,7 @@ devel
|
|||
|
||||
The optimization is turned on by default and can be disabled by setting the
|
||||
startup option `--query.parallelize-gather-writes` to `false`.
|
||||
|
||||
|
||||
* Shard synchronisation readlock aware of rebootId.
|
||||
|
||||
* Bugfix: In an AQL cluster query, when gathering unsorted data in combination
|
||||
|
|
Loading…
Reference in New Issue