1.8 changelog - neo4j/neo4j-go-driver GitHub Wiki
v1.8.3
- Fixes driver fail to reconnect 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
- Will use Bolt default port 7687 when no port is specifed 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
- Pure Go implementation
- Multidatabase support #105 and #94.