mirror of https://gitee.com/bigwinds/arangodb
Added CHANGELOG entries for latest foxx fixes. Forgotten in PR.
This commit is contained in:
parent
41f1b31e58
commit
057c72b8f2
12
CHANGELOG
12
CHANGELOG
|
@ -1,6 +1,18 @@
|
||||||
devel
|
devel
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
* fixed: REST API `POST _api/foxx` now returns HTTP code 201 on success, as documented.
|
||||||
|
returned 200 before.
|
||||||
|
|
||||||
|
* fixed: REST API `PATCH _api/foxx/dependencies` now updates the existing dependencies
|
||||||
|
instead of replacing them.
|
||||||
|
|
||||||
|
* fixed: Foxx upload of single javascript file. You now can upload via http-url pointing
|
||||||
|
to a javascript file.
|
||||||
|
|
||||||
|
* fixed issue #4395: If your foxx app includes an `APP` folder it got accidently removed by selfhealing
|
||||||
|
this is not the case anymore.
|
||||||
|
|
||||||
* fix internal issue #1439: improve performance of any-iterator for RocksDB
|
* fix internal issue #1439: improve performance of any-iterator for RocksDB
|
||||||
|
|
||||||
* added option `--rocksdb.throttle` to control whether write-throttling is enabled
|
* added option `--rocksdb.throttle` to control whether write-throttling is enabled
|
||||||
|
|
Loading…
Reference in New Issue