Skip to content

Releases: neo4j/neo4j-python-driver

1.0.1

08 Jun 14:55

Choose a tag to compare

Improved error messages

The First Official Release of Neo4j Python Driver 1.0.0

21 Apr 17:10

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

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

1.0.0rc1

21 Mar 19:30

Choose a tag to compare

1.0.0b3

18 Mar 08:56

Choose a tag to compare

1.0.0b3 Pre-release
Pre-release

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

1.0.0b2

16 Mar 14:22

Choose a tag to compare

1.0.0b2 Pre-release
Pre-release
Updated neokit to master

1.0.0b1

26 Nov 11:24

Choose a tag to compare

1.0.0b1 Pre-release
Pre-release
Updated README and location of __main__