File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- v2.6.9 (2015-??-?? )
1
+ v2.6.9 (2015-10-16 )
2
2
---------------------------
3
3
* add support API: /_api/query-cache/properties (AQL query tracking properties: setQueryTrackingProperties(), getQueryTrackingProperties())
4
4
* add support API: /_api/query-cache (delete AQL query cache: deleteQueryCache())
5
5
* add support API: /_api/query/current (currently running AQL queries: getCurrentlyRunningQueries())
6
6
* add support API: /_api/query/slow (slow AQL queries: getSlowQueries(), deleteSlowQueries())
7
7
* 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)
8
13
9
14
v2.6.8 (2015-09-25)
10
15
---------------------------
You can’t perform that action at this time.
0 commit comments