From 2060596b8c2403be9909d0d65e485a4791bbe25c Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Mon, 16 Aug 2021 17:54:03 +0200 Subject: [PATCH] Added ChangeLogEntry --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 96a64f463ea7..bfdca4df2223 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ devel ----- +* Fixed: getResponsibleShard call on disjoint Smart Graphs + if you asked for the responsible shard on a disjoint edge collection + where the _from and _to differ (invalid), the server would respond with + "DATASOURCE_NOT_FOUND". This is now fixed to "BAD_PARAMETER" + to emphasize that the collection is fine but the input is invalid. + * Fixed: _api/transaction/begin called on edge collections of disjoint SmartGraphs falsely returned CollectionNotFound errors.