neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

Deprecate multi-target routing driver #986

Closed robsdedude closed 11 months ago

robsdedude commented 11 months ago

Frankly, the deprecation might be overkill. When constructing a driver via GraphDatabase.driver(...), you cannot run into this case, but only when using the undocumented and cumbersome GraphDatabase.neo4j_driver(...) method. Even then, the driver will ignore everything but the first target.