Skip to content

Releases: neo4j/neo4j-go-driver

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.

v1.8.3

16 Sep 07:03
Compare
Choose a tag to compare
  • Fixes fail to reconnect error if cluster changes, issue 150

v1.8.2

28 Aug 05:40
Compare
Choose a tag to compare
  • Fixes problems with routing when Neo4j user doesn't have access to default database, issue 137
  • Fixes stability of retry functions when running in a cluster environment, issue 141

v1.8.1

07 Aug 07:38
Compare
Choose a tag to compare
  • Uses Bolt default port 7687 when no port is specified in connection URL.
  • New function to check connectivity: driver.VerifyConnectivity. Issue #119
  • Fixes build error on 32 bit systems
  • Fixes issue #130 (Session error 'Already in tx' repeated after failure)

v.1.8.1 release candidate

04 Aug 07:45
Compare
Choose a tag to compare
Pre-release
  • Uses Bolt default port 7687 when no port is specified in connection URL.
  • New function to check connectivity: driver.VerifyConnectivity. Issue #119
  • Fixes build error on 32 bit systems
  • Fixes issue #130 (Session error 'Already in tx' repeated after failure)

v1.8.0

10 Jun 11:10
Compare
Choose a tag to compare

Driver now in pure Go, no dependency on C libraries.

Multidatabase support.