diff --git a/CHANGELOG b/CHANGELOG index 1ffdc46f37..cc866f648c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges35.md b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges35.md index ed5dd66828..effc42aab5 100644 --- a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges35.md +++ b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges35.md @@ -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.