Skip to content

Releases: neo4j/neo4j-python-driver

1.5.0

16 Oct 10:51
Compare
Choose a tag to compare

General availability release. See changelog for more details.

1.5.0rc2

06 Oct 08:21
Compare
Choose a tag to compare
1.5.0rc2 Pre-release
Pre-release

Small improvements to driver configurations.
See more in changelog

1.5.0rc1

29 Sep 10:16
Compare
Choose a tag to compare
1.5.0rc1 Pre-release
Pre-release
update version for 1.5.0rc1

1.5.0b1

27 Sep 09:07
Compare
Choose a tag to compare
1.5.0b1 Pre-release
Pre-release

This release focus on improvement in connection management logic inside this driver. A few more configuration options are introduced for better use of the pool.

Checkout more in the driver changelog

1.4.0b1

22 Jun 09:49
Compare
Choose a tag to compare
1.4.0b1 Pre-release
Pre-release
Beta version

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