From c0acebbfd152135b281acd305be375150a67b0f6 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Thu, 10 Mar 2016 13:18:15 +0100 Subject: [PATCH] Further breaking changes. --- API-Changes-3.0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/API-Changes-3.0.md b/API-Changes-3.0.md index 1b54ecc72c..d929e47794 100644 --- a/API-Changes-3.0.md +++ b/API-Changes-3.0.md @@ -20,6 +20,12 @@ Overview 6. /_api/edge withdrawn + 7. .BY_EXAMPLE_HASH , .BY_EXAMPLE_SKIPLIST, + .BY_CONDITION_SKIPLIST deleted. + SimpleQuery.byCondition withdrawn. + + 8. `arangodump` arguments `translateIDs`, `failOnUnknown` withdrawn. + ### New capabilities: 1. Babies for document queries. @@ -66,6 +72,19 @@ Explanations edges. Less code, drivers can be adjusted relatively easily by switching to /_api/document. + 7. .BY_EXAMPLE_HASH , .BY_EXAMPLE_SKIPLIST, + .BY_CONDITION_SKIPLIST deleted + + These were never documented. + + .{byExample,byExampleHash,byExampleSkiplist,byConditionSkiplist} + are still there and now do AQL internally. byExampleHash and + byExampleSkiplist just call byExample. + + SimpleQuery.byCondition withdrawn. + + 8. `arangodump` arguments `translateIDs`, `failOnUnknown` withdrawn. + ### New capabilities: