1
0
Fork 0

Added CHANGELOG entries for latest foxx fixes. Forgotten in PR.

This commit is contained in:
Michael Hackstein 2018-02-05 11:48:18 +01:00
parent 41f1b31e58
commit 057c72b8f2
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
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
* added option `--rocksdb.throttle` to control whether write-throttling is enabled