Releases: neo4j/neo4j-python-driver
1.3.0
Here is the 1.3.0 release 🎉
The 1.3.0 driver introduces routing context
for improved use of routing driver together with a Neo4j cluster of version 3.2 or above.
1.3.0b1
1.1.0
We would like to represent you the new 1.1 routing driver which adds routing and simple load balancing. This means that with the routing driver, the application user/operator does not need to add logic to their application or additional components to their infrastructure to interact with a Neo4j 3.1+ Causal Cluster. To use the new routing driver, just specify bolt+routing
as the scheme in the URL when connecting to the cluster.
Read the changelog for more information about this release!
1.1.0rc1
1.1.0b3
1.1.0b2
1.1.0b1
1.0.1
The First Official Release of Neo4j Python Driver 1.0.0
A fully new API for Neo4j, and a client implementation of the Bolt V1 protocol.
The current driver version 1.0 works with Neo4j 3.0 database.
For details about how to use the driver, please refer to driver manual and Python driver API documentation
For more information about changes from pre-release versions, please refer to change log