Skip to content

Traversal API no longer available in 3.12 #335

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 23, 2024

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
36 of 52 checks passed
@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
2 participants