v6.10.0
Changed
-
Changed Views API to match 3.4 GA implementation
This release updates the Views API to the version implemented in the final
ArangoDB 3.4 GA release. Please note that these changes may break code
written for earlier ArangoDB 3.4 release candidates.
Added
-
Added
timeoutoption todb.queryand request methods (#572)Note that this merely cancels the request. Queries will still be executed
and ArangoDB will still continue processing the request, this will merely
result in the socket being forcefully disconnected. -
Added query management API (#474)
This implements most endpoints of https://docs.arangodb.com/3.4/HTTP/AqlQuery/.