1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2019-05-23 10:10:18 +02:00
parent 4826a55c15
commit 0bed79cbb8
1 changed files with 8 additions and 7 deletions

View File

@ -79,6 +79,7 @@ v3.4.6 (2019-05-21)
* better logging when scheduler queue is half-full and full * better logging when scheduler queue is half-full and full
v3.4.5 (2019-03-27) 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 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 * 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 * added `--json` option to arangovpack, allowing to treat its input as plain JSON data
make arangovpack work without any configuration file make arangovpack work without any configuration file
@ -2419,7 +2420,7 @@ v3.3.rc2 (2017-11-22)
graph renderer cleanup error. graph renderer cleanup error.
* UI: added a delay within the graph viewer while changing the colors of the * 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 * added options `--encryption.keyfile` and `--encryption.key-generator` to arangodump
and arangorestore 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: 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 * 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 * 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 * 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 If-Match and If-None-Match headers from 400 (BAD) to 412 (PRECONDITION
FAILED). 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") JavaScript document operations from 1239 ("illegal document revision")
to 1200 ("conflict"). 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 * limit default target size for revision cache to 1GB, which is better for
tight RAM situations (used to be 40% of (totalRAM - 1GB), use tight RAM situations (used to be 40% of (totalRAM - 1GB), use
--database.revision-cache-target-size <VALUEINBYTES> to get back the --database.revision-cache-target-size <VALUEINBYTES> to get back the
old behaviour old behavior
* fixed a bug with restarted servers indicating status as "STARTUP" * fixed a bug with restarted servers indicating status as "STARTUP"
rather that "SERVING" in Nodes UI. rather that "SERVING" in Nodes UI.
@ -4328,7 +4329,7 @@ v3.1.3 (2016-12-02)
FILTER p.edges[0].a == 'foo' FILTER p.edges[0].a == 'foo'
RETURN v RETURN v
And the above index applied on "a" is considered better than EdgeIndex, than 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 * fix endless loop when trying to create a collection with replicationFactor: -1