Releases: neo4j/neo4j-go-driver
v1.7.0-rc03
Have a look at changelog for the list of changes introduced.
v1.7.0-rc02
Please look at change log for more details.
v1.7.0-rc01
The very first release candidate version of the go driver. See change log for a list of changes included.
v1.7.0-beta03
This release introduces more configuration options around TLS, connection related timeouts (lifetime, acquisition and socket timeouts) and a couple of API and behaviour changes. It also improves concurrency and reliability of the routing driver.
See change log for more details.
v1.7.0-beta02
This release provides support for Bolt V3 which is the new protocol version being used in neo4j 3.5 version.
For more details, please see changelog.
v1.7.0-beta01
This release introduces public API changes. For more details, please see changelog.
v1.7.0-alpha4
Important
- Branch
master
is now removed and1.7
is made the default that'll hold the long run stable code.
This release provides a couple of bug fixes and significant improvements. For more details including the breaking changes, please see changelog
v1.7.0-alpha3
This release adds support for temporal and spatial types that were introduced by Bolt version 2 (introduced as part of server release 3.4) and also now supports Path
types as return values.
v1.7.0-alpha2
This release fixes the issue where node and relationship values returned from a query was not accessible through driver.
v1.7.0-alpha1
This is the initial pre-release version of Neo4j Official Go Driver.
It only includes support for Bolt V1
(which means you cannot use temporal / spatial types introduced with neo4j database 3.4 version) and works only on direct mode (no clustering support).