Skip to content

Releases: neo4j/neo4j-python-driver

1.3.0

09 May 08:53
Compare
Choose a tag to compare

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.

Driver manual
Driver API
Changelog

1.3.0b1

02 May 12:07
Compare
Choose a tag to compare
1.3.0b1 Pre-release
Pre-release

The first release of 1.3 python driver with new features for 3.2+ servers.

Check out changelog for more info.

1.1.0

20 Jan 10:25
Compare
Choose a tag to compare

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

13 Jan 09:44
Compare
Choose a tag to compare
1.1.0rc1 Pre-release
Pre-release

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

19 Dec 09:47
Compare
Choose a tag to compare
1.1.0b3 Pre-release
Pre-release

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

19 Dec 09:32
Compare
Choose a tag to compare
1.1.0b2 Pre-release
Pre-release

This release has some known issues with packaging. Use 1.1.0b3 instead :)

1.1.0b1

12 Jul 08:59
Compare
Choose a tag to compare
1.1.0b1 Pre-release
Pre-release

The first release of 1.1 python driver!
Changelog
Wiki

1.0.1

08 Jun 14:55
Compare
Choose a tag to compare

Improved error messages

The First Official Release of Neo4j Python Driver 1.0.0

21 Apr 17:10
Compare
Choose a tag to compare

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

12 Apr 16:11
Compare
Choose a tag to compare
1.0.0rc2 Pre-release
Pre-release

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