1
0
Fork 0

Added modification of Edges function to Changelog

This commit is contained in:
Michael Hackstein 2015-06-09 11:57:31 +02:00
parent 672394969c
commit c5a5e1fc23
1 changed files with 9 additions and 0 deletions

View File

@ -356,6 +356,15 @@ v2.6.0 (XXXX-XX-XX)
* REST Server: fix memory leaks when failing to add jobs * REST Server: fix memory leaks when failing to add jobs
* 'EDGES' AQL Function
The AQL function EDGES got a new fifth option parameter.
Right now only one option is available 'includeVertices' this is a boolean parameter
that allows to modify the result of EDGES.
Default is 'includeVertices: false' which does not have any effect.
'includeVertices: true' modifies the result, such that
{vertex: <vertexDocument>, edge: <edgeDocument>} is returned.
* INCOMPATIBLE CHANGE: * INCOMPATIBLE CHANGE:
The result format of the AQL function `NEIGHBORS` has been changed. The result format of the AQL function `NEIGHBORS` has been changed.