8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73e1ef commit c7bd2b9Copy full SHA for c7bd2b9
CHANGELOG
@@ -1,6 +1,12 @@
1
v3.7.15 (XXXX-XX-XX)
2
--------------------
3
4
+* Fixed: getResponsibleShard call on disjoint Smart Graphs if you asked for the
5
+ responsible shard on a disjoint edge collection where the _from and _to differ
6
+ (invalid), the server would respond with "DATASOURCE_NOT_FOUND". This is now
7
+ fixed to "BAD_PARAMETER" to emphasize that the collection is fine but the
8
+ input is invalid.
9
+
10
* Fixed: _api/transaction/begin called on edge collections of disjoint
11
SmartGraphs falsely returned CollectionNotFound errors.
12
0 commit comments