Releases: neo4j/neo4j-go-driver
Releases · neo4j/neo4j-go-driver
Release list
v4.3.1
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
v4.2.5
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
v4.3.0
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
v4.3.0-rc2
v4.3.0-rc1
v4.3.0-beta2
v4.3.0-beta1
Alpha release 1 of 4.3 driver
v4.2.4
v4.2.3
- Now uses connection timeout setting when connecting to cluster members when updating routing table.
- Fixes issue with discarding big streams. Streams are discarded if they are still open after their scope ends (like a transaction or session)
- Session.Run now forces a reset before issuing the command to the server, this makes sure that the connection is still alive. Solves issues with CheckConnectivity when running in a cluster