1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2017-04-26 13:14:51 +02:00
parent 575ada7f2b
commit 0b8521f186
1 changed files with 11 additions and 5 deletions

View File

@ -4,13 +4,15 @@ devel
* --server.maximal-queue-size is now an absolute maximum. If the queue is * --server.maximal-queue-size is now an absolute maximum. If the queue is
full, then 503 is returned. Setting it to 0 means "no limit". full, then 503 is returned. Setting it to 0 means "no limit".
* fixed issue #2450
* fixed issue #2453 v3.2.alpha4 (2017-04-25)
------------------------
* fixed issue #2448 * fixed issue #2450: Bad optimization plan on simple query
* fixed issue #2442 * fixed issue #2448: ArangoDB Web UI takes no action when Delete button is clicked
* fixed issue #2442: Frontend shows already deleted databases during login
* added 'x-content-type-options: nosniff' to avoid MSIE bug * added 'x-content-type-options: nosniff' to avoid MSIE bug
@ -81,6 +83,10 @@ devel
Enabling this option activated some proprietary timers for only selected Enabling this option activated some proprietary timers for only selected
events in arangod. Instead better use `perf` to gather timings. events in arangod. Instead better use `perf` to gather timings.
v3.2.alpha3 (2017-03-22)
------------------------
* increase default collection lock timeout from 30 to 900 seconds * increase default collection lock timeout from 30 to 900 seconds
* added function `db._engine()` for retrieval of storage engine information at * added function `db._engine()` for retrieval of storage engine information at
@ -118,7 +124,7 @@ devel
when unused. when unused.
Waiting for an unused V8 context will now also abort if no V8 context can be Waiting for an unused V8 context will now also abort if no V8 context can be
acquired/created after 60 seconds. acquired/created after 120 seconds.
* improved diagnostic messages written to logfiles by supervisor process * improved diagnostic messages written to logfiles by supervisor process