8000 Release notes · arangodb/docs@423e362 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 423e362

Browse files
committed
Release notes
1 parent ce3f8dd commit 423e362

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

3.7/release-notes-new-features37.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ The actual transfer rates are still limited on DB-Server side but there is a
7070
huge overall speedup. This also affects `CleanOutServer` and
7171
`ResignLeadership` jobs.
7272

73+
JavaScript API
74+
--------------
75+
76+
The [`query` helper](appendix-java-script-modules-arango-db.html#the-query-helper)
77+
was extended to support passing [query options](aql/invocation-with-arangosh.html#setting-options):
78+
79+
```js
80+
require("@arangodb").query( { maxRuntime: 1 } )`SLEEP(2)`
81+
```
82+
7383
Web UI
7484
------
7585

0 commit comments

Comments
 (0)
0