Skip to content

Releases: neo4j/neo4j-go-driver

v4.3.0-beta1

04 May 10:10
Compare
Choose a tag to compare

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

v4.2.1

05 Jan 06:43
Compare
Choose a tag to compare
  • Fixes issue with node/relationship counts in summary, issue 178
  • Retries retrieval of routing tables when there are no readers in routing table, same way as previously done with writers

v4.2.0

08 Dec 11:10
Compare
Choose a tag to compare

Aligned with Neo4j database version 4.2.
Driver supports Neo4j databases of versions 3.5, 4.0, 4.1 and 4.2.

Second beta of 4.0

25 Nov 07:51
Compare
Choose a tag to compare
Second beta of 4.0 Pre-release
Pre-release
  • Added missing temporal conversion functions that converted to native time.Time, existed in 1.8
  • Discards records in pending results when session is closed
  • Change in logger interface, removed Errorf function.
  • Improved retry error handling

First beta of 4.0

05 Nov 13:27
Compare
Choose a tag to compare
First beta of 4.0 Pre-release
Pre-release
  • Feature complete to level of 4.2 of other official Neo4j drivers
  • Improved performance as compared to 1.8 (see benchmark tool for some of the tested cases)
  • There are breaking API changes compared to 1.8 (see migration guide for details)

Alpha release 1 of 4.0 driver

18 Sep 10:28
4eefd08
Compare
Choose a tag to compare
Pre-release

Complete set of planned API changes. See migration guide for information. Feedback welcome!
Not feature complete as compared to 4.0 drivers in other supported languages.