Skip to content

Releases: neo4j/neo4j-go-driver

v4.2.5

24 Jun 13:31
Compare
Choose a tag to compare

v4.3.0

27 May 11:23
Compare
Choose a tag to compare

v4.3.0-rc2

24 May 17:40
Compare
Choose a tag to compare
v4.3.0-rc2 Pre-release
Pre-release

v4.3.0-rc1

17 May 09:29
325c915
Compare
Choose a tag to compare
v4.3.0-rc1 Pre-release
Pre-release

v4.3.0-beta2

11 May 12:32
Compare
Choose a tag to compare
v4.3.0-beta2 Pre-release
Pre-release

v4.3.0-beta1

04 May 10:10
Compare
Choose a tag to compare
v4.3.0-beta1 Pre-release
Pre-release

Alpha release 1 of 4.3 driver

15 Apr 14:18
b1d5332
Compare
Choose a tag to compare

v4.2.4

08 Mar 14:42
Compare
Choose a tag to compare

v4.2.3

23 Feb 07:02
Compare
Choose a tag to compare
  • 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

v4.2.2

26 Jan 10:43
Compare
Choose a tag to compare
  • Fixes issue with corrupt records in some scenarios with records bigger than a transport chunk. Issue issue 183