1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2019-03-27 22:47:39 +01:00
parent a12a28b094
commit 0aa450aaa3
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,13 @@
devel
-----
* renamed attribute key `openssl-version` in server/client tool version
details output to `openssl-version-compile-time`.
This change affects the output produced when starting one of the ArangoDB
executables with the `--version` command. It also changes the attribute
name in the detailed response of the `/_api/version` REST API.
* internal issue #2276: fixed the sorting of the databases in the database
selection dropdown in the web ui. The sort order differed based on whether
authentication was enabled or disabled.

View File

@ -65,7 +65,7 @@ when using the RocksDB engine, so there is no need to offer all of them in paral
AQL
---
3.5 enforces the invalidation of variables in AQL queries after usage of a AQL
3.5 enforces the invalidation of variables in AQL queries after usage of an AQL
COLLECT statements as documented. The documentation for variable invalidation claims
that
@ -101,3 +101,12 @@ specified `_id`, and that `_id` was already in use, the server would typically
return the existing index with matching `_id`. This is somewhat unintuitive, as
it would ignore if the rest of the definition did not match. This behavior has
been changed so that the server will now return a duplicate identifier error.
### Version details output
The attribute key `openssl-version` in the server/client tool version details
output was renamed to `openssl-version-compile-time`.
This change affects the output produced when starting one of the ArangoDB
executables (e.g. arangod, arangosh) with the `--version` command. It also
changes the attribute name in the detailed response of the `/_api/version` REST API.