Releases: neo4j/neo4j-python-driver
Releases · neo4j/neo4j-python-driver
1.1.0rc1
We are preparing for the 1.1.0 release, try out this release candidate and give us valuable feedback!
1.0 Changelog
wiki
1.1.0b3
A more powerful and faster driver
A new release with new routing included. In this release we introduce our in-house routing support to route Cypher statements to a Neo4j 3.1+ causal cluster directly! See changelog for more information about this release
1.1.0b2
This release has some known issues with packaging. Use 1.1.0b3 instead :)
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
1.0.0rc2
The main changes in this release:
Two methods single
and peek
are added in the result API
Graceful error message would arise when running on old Python versions that do not support SSL.
More details could be found in changelog
1.0.0b3
The key features in this release:
New support for encryption and authentication
New API for visiting the statement result.
More information could be found in changelog