Skip to content

Releases: neo4j/neo4j-go-driver

v4.3.1

Choose a tag to compare

@fbiville fbiville released this 24 Jun 13:50

v4.2.5

Choose a tag to compare

@fbiville fbiville released this 24 Jun 13:31

v4.3.0

Choose a tag to compare

@fbiville fbiville released this 27 May 11:23

v4.3.0-rc2

v4.3.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@fbiville fbiville released this 24 May 17:40

v4.3.0-rc1

v4.3.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@fbiville fbiville released this 17 May 09:29
325c915

v4.3.0-beta2

v4.3.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@fbiville fbiville released this 11 May 12:32

v4.3.0-beta1

v4.3.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@fbiville fbiville released this 04 May 10:10

Alpha release 1 of 4.3 driver

Pre-release

Choose a tag to compare

@fbiville fbiville released this 15 Apr 14:18
b1d5332

v4.2.4

Choose a tag to compare

@2hdddg 2hdddg released this 08 Mar 14:42

v4.2.3

Choose a tag to compare

@2hdddg 2hdddg released this 23 Feb 07:02
  • 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