mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
575ada7f2b
commit
0b8521f186
16
CHANGELOG
16
CHANGELOG
|
@ -4,13 +4,15 @@ devel
|
|||
* --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".
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -81,6 +83,10 @@ devel
|
|||
Enabling this option activated some proprietary timers for only selected
|
||||
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
|
||||
|
||||
* added function `db._engine()` for retrieval of storage engine information at
|
||||
|
@ -118,7 +124,7 @@ devel
|
|||
when unused.
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue