mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
4826a55c15
commit
0bed79cbb8
15
CHANGELOG
15
CHANGELOG
|
@ -79,6 +79,7 @@ v3.4.6 (2019-05-21)
|
|||
|
||||
* better logging when scheduler queue is half-full and full
|
||||
|
||||
|
||||
v3.4.5 (2019-03-27)
|
||||
-------------------
|
||||
|
||||
|
@ -1318,7 +1319,7 @@ v3.4.0-rc.1 (2018-09-06)
|
|||
is unsupported. Doing it anyway will now produce a warning on startup
|
||||
|
||||
* fixed issue #4919: C++ implementation of LIKE function now matches the old and correct
|
||||
behaviour of the javascript implementation.
|
||||
behavior of the javascript implementation.
|
||||
|
||||
* added `--json` option to arangovpack, allowing to treat its input as plain JSON data
|
||||
make arangovpack work without any configuration file
|
||||
|
@ -2419,7 +2420,7 @@ v3.3.rc2 (2017-11-22)
|
|||
graph renderer cleanup error.
|
||||
|
||||
* UI: added a delay within the graph viewer while changing the colors of the
|
||||
graph. Necessary due different browser behaviour.
|
||||
graph. Necessary due different browser behavior.
|
||||
|
||||
* added options `--encryption.keyfile` and `--encryption.key-generator` to arangodump
|
||||
and arangorestore
|
||||
|
@ -2852,7 +2853,7 @@ v3.2.9 (2017-12-04)
|
|||
* UI: document/edge editor now remembering their modes (e.g. code or tree)
|
||||
|
||||
* UI: added a delay within the graph viewer while changing the colors of the
|
||||
graph. Necessary due different browser behaviour.
|
||||
graph. Necessary due different browser behavior.
|
||||
|
||||
* fix removal of failed cluster nodes via web interface
|
||||
|
||||
|
@ -3789,11 +3790,11 @@ v3.2.alpha2 (2017-02-20)
|
|||
|
||||
* updated V8 version to 5.7.0.0
|
||||
|
||||
* change undocumented behaviour in case of invalid revision ids in
|
||||
* change undocumented behavior in case of invalid revision ids in
|
||||
If-Match and If-None-Match headers from 400 (BAD) to 412 (PRECONDITION
|
||||
FAILED).
|
||||
|
||||
* change undocumented behaviour in case of invalid revision ids in
|
||||
* change undocumented behavior in case of invalid revision ids in
|
||||
JavaScript document operations from 1239 ("illegal document revision")
|
||||
to 1200 ("conflict").
|
||||
|
||||
|
@ -3991,7 +3992,7 @@ v3.1.16 (2017-03-27)
|
|||
* limit default target size for revision cache to 1GB, which is better for
|
||||
tight RAM situations (used to be 40% of (totalRAM - 1GB), use
|
||||
--database.revision-cache-target-size <VALUEINBYTES> to get back the
|
||||
old behaviour
|
||||
old behavior
|
||||
|
||||
* fixed a bug with restarted servers indicating status as "STARTUP"
|
||||
rather that "SERVING" in Nodes UI.
|
||||
|
@ -4328,7 +4329,7 @@ v3.1.3 (2016-12-02)
|
|||
FILTER p.edges[0].a == 'foo'
|
||||
RETURN v
|
||||
And the above index applied on "a" is considered better than EdgeIndex, than
|
||||
the executor got into undefined behaviour.
|
||||
the executor got into undefined behavior.
|
||||
|
||||
* fix endless loop when trying to create a collection with replicationFactor: -1
|
||||
|
||||
|
|
Loading…
Reference in New Issue