mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
7b7d118873
commit
1d2a1f0e6d
|
@ -1,5 +1,6 @@
|
||||||
devel
|
devel
|
||||||
-----
|
-----
|
||||||
|
|
||||||
* arangodump now supports `--threads` option to dump collections in parallel
|
* arangodump now supports `--threads` option to dump collections in parallel
|
||||||
|
|
||||||
* fix issue #4924: removeFollower now prefers to remove the last follower(s)
|
* fix issue #4924: removeFollower now prefers to remove the last follower(s)
|
||||||
|
@ -110,13 +111,6 @@ devel
|
||||||
|
|
||||||
* issue #1190: added option `--create-database` for arangoimport
|
* issue #1190: added option `--create-database` for arangoimport
|
||||||
|
|
||||||
with this option set to true, it is possible to make any arangorestore attempt
|
|
||||||
fail if the specified target database does not match the database name
|
|
||||||
specified in the source dump's "dump.json" file. it can thus be used to
|
|
||||||
prevent restoring data into the "wrong" database
|
|
||||||
|
|
||||||
The option is set to `false` by default to ensure backwards-compatibility
|
|
||||||
|
|
||||||
* UI: updated dygraph js library to version 2.1.0
|
* UI: updated dygraph js library to version 2.1.0
|
||||||
|
|
||||||
* honor specified COLLECT method in AQL COLLECT options
|
* honor specified COLLECT method in AQL COLLECT options
|
||||||
|
|
Loading…
Reference in New Issue