Skip to content

v6.10.0

Choose a tag to compare

@pluma pluma released this 18 Oct 13:08
4d62395

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 timeout option to db.query and 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/.