- Notifications
You must be signed in to change notification settings - Fork77
API Updates#372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
API Updates#372
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedJun 2, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #372 +/- ##===========================================- Coverage 95.94% 83.89% -12.06%=========================================== Files 26 26 Lines 4296 4322 +26 ===========================================- Hits 4122 3626 -496- Misses 174 696 +522 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aMahanna left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks! Was always wondering why we never hadedge_collections() :)
3769989 intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This PR does not modify much of the implementation, but adds or removes parameters to some of the graph-related functions.
silentparameter. This could be confusing and it just makes type hinting more awkward because we have to return anUnioninstead of the actual type. Seehttps://docs.arangodb.com/stable/develop/http-api/graphs/named-graphs/.optionsparameter which was not available in the driver.replace_edge_definitionandreplace_vertexwere missing thesyncparameter.edge_collectionsmethod was missing. It corresponds tohttps://docs.arangodb.com/stable/develop/http-api/graphs/named-graphs/#list-edge-collectionsgraph.rstin order to clear up confusion about our "Edge definitions" example (seeUpdate graph.rst - teachers to lectures #371)Changed the driver version, so we can do a new release.