Skip to content

Releases: neo4j/neo4j-python-driver

1.5.2

01 Dec 10:35
bba8d48
Compare
Choose a tag to compare

Bug fixes and improvements to routing driver connection pool
Read more in our Changelog

1.5.1

23 Nov 16:22
60966e7
Compare
Choose a tag to compare

A release with a small config bug fix

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!