Skip to content

Conversation

@apetenchea
Copy link
Member

@apetenchea apetenchea commented Apr 19, 2024

The api/traversal endpoint is no longer available starting with ArangoDB 3.12. This renders the arango.graph.Graph.traverse() unusable, causing the graph doctests to fail.

This PR makes the following adjustments:

  • emit a warning if traverse() is used (should still work 3.11)
  • skipping traversal test on newer ArangoDB versions (3.12+)
  • change the graph traversal example, such that we no longer encourage people to use it
  • changed readme traversal example

@apetenchea apetenchea self-assigned this Apr 19, 2024
@apetenchea
Copy link
Member Author

"latest" image issues are unrelated, these are due to ArangoDB 3.12 change.

@apetenchea apetenchea merged commit a0c5409 into main Apr 23, 2024
@apetenchea apetenchea deleted the bug-fix/traversal-api-deprecation branch April 23, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

arango.exceptions.GraphTraverseError: [HTTP 404][ERR 404] unknown path '/_api/traversal' when using traverse (arangodb 3.12)

3 participants