From 21cb9e36a2a8b80f901e1846adfe283b64a5988b Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Tue, 17 Aug 2021 10:14:44 +0200 Subject: [PATCH] Added ChangeLogEntry (#14647) --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 026c711c05b3..4e0e6d2103bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ v3.7.14 (XXXX-XX-XX) -------------------- +* 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 various problems in GEO_INTERSECTS: wrong results, not implemented cases and numerically unstable behaviour. In particular, the case of the intersection of two polygons in which one is an S2LngLatRect is fixed