mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
85d2600c70
commit
a64141e54a
|
@ -1,6 +1,8 @@
|
|||
v1.4
|
||||
----
|
||||
|
||||
* provide foxx-manager, arangodump, and arangorestore in Windows build
|
||||
|
||||
* ArangoDB 1.4 will refuse to start if option `--javascript.app-path` is not set.
|
||||
|
||||
* added startup option `--server.allow-method-override`
|
||||
|
@ -34,6 +36,8 @@ v1.4
|
|||
from the import even if some documents cannot be imported. This is the same behaviour that
|
||||
previous ArangoDB versions exposed.
|
||||
|
||||
* added missing swagger documentation for `/_api/log`
|
||||
|
||||
* calling `/_api/logs` (or `/_admin/logs`) is only permitted from the `_system` database now.
|
||||
|
||||
Calling this API method for/from other database will result in an HTTP 400.
|
||||
|
|
Loading…
Reference in New Issue