1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2013-10-11 13:18:37 +02:00
parent 85d2600c70
commit a64141e54a
1 changed files with 4 additions and 0 deletions

View File

@ -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.