Skip to content

Commit 63fe14b

Browse files
author
a-brandt
committed
added new functions
1 parent 26ce78b commit 63fe14b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ChangeLog

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
v2.6.9 (2015-??-??)
1+
v2.6.9 (2015-10-16)
22
---------------------------
33
* add support API: /_api/query-cache/properties (AQL query tracking properties: setQueryTrackingProperties(), getQueryTrackingProperties())
44
* add support API: /_api/query-cache (delete AQL query cache: deleteQueryCache())
55
* add support API: /_api/query/current (currently running AQL queries: getCurrentlyRunningQueries())
66
* add support API: /_api/query/slow (slow AQL queries: getSlowQueries(), deleteSlowQueries())
77
* add support API: /_api/query (kill AQL queries: killQuery())
8+
* added: boolean exists(long collectionId, long documentId)
9+
* added: boolean exists(String collectionName, long documentId)
10+
* added: boolean exists(long collectionId, String documentKey) throws ArangoException {
11+
* added: boolean exists(String collectionName, String documentKey)
12+
* added: boolean exists(String documentHandle)
813

914
v2.6.8 (2015-09-25)
1015
---------------------------

0 commit comments

Comments
 (0)