Releases: neo4j/neo4j-go-driver
Releases · neo4j/neo4j-go-driver
v1.8.3
- Fixes fail to reconnect error if cluster changes, issue 150
v1.8.2
- Fixes problems with routing when Neo4j user doesn't have access to default database, issue 137
- Fixes stability of retry functions when running in a cluster environment, issue 141
v1.8.1
- Uses Bolt default port 7687 when no port is specified in connection URL.
- New function to check connectivity: driver.VerifyConnectivity. Issue #119
- Fixes build error on 32 bit systems
- Fixes issue #130 (Session error 'Already in tx' repeated after failure)
v.1.8.1 release candidate
- Uses Bolt default port 7687 when no port is specified in connection URL.
- New function to check connectivity: driver.VerifyConnectivity. Issue #119
- Fixes build error on 32 bit systems
- Fixes issue #130 (Session error 'Already in tx' repeated after failure)
v1.8.0
Driver now in pure Go, no dependency on C libraries.
Multidatabase support.
Pure Go driver beta 3
Beta release of multidatabase support. This feature was added very late therefore a new beta after a release candidate.
Use driver.NewSession(...) with a SessionConfig with the database name to tie a session to a specific database (neo4j server 4).
Pure Go driver release candidate
v1.8.0-rc1
Updated readme on how to use driver as go module
Pure Go driver beta 2
Small fixes compared to beta 1 mostly related to giving more informative error messages.
Pure Go driver beta 1
Beta release of a pure Go driver, no cgo needed.