Releases: neo4j/neo4j-go-driver
Releases · neo4j/neo4j-go-driver
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
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
v4.3.0-rc1
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
v4.3.0-beta2
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
v4.3.0-beta1
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
Alpha release 1 of 4.3 driver
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
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