Skip to content

Releases: neo4j/neo4j-go-driver

v1.7.0-rc03

26 Oct 09:00
520f8ab
Compare
Choose a tag to compare
v1.7.0-rc03 Pre-release
Pre-release

Have a look at changelog for the list of changes introduced.

v1.7.0-rc02

19 Oct 20:32
Compare
Choose a tag to compare
v1.7.0-rc02 Pre-release
Pre-release

Please look at change log for more details.

v1.7.0-rc01

11 Oct 18:51
Compare
Choose a tag to compare
v1.7.0-rc01 Pre-release
Pre-release

The very first release candidate version of the go driver. See change log for a list of changes included.

v1.7.0-beta03

05 Oct 11:13
Compare
Choose a tag to compare
v1.7.0-beta03 Pre-release
Pre-release

This release introduces more configuration options around TLS, connection related timeouts (lifetime, acquisition and socket timeouts) and a couple of API and behaviour changes. It also improves concurrency and reliability of the routing driver.

See change log for more details.

v1.7.0-beta02

20 Sep 20:39
Compare
Choose a tag to compare
v1.7.0-beta02 Pre-release
Pre-release

This release provides support for Bolt V3 which is the new protocol version being used in neo4j 3.5 version.

For more details, please see changelog.

v1.7.0-beta01

06 Sep 15:21
Compare
Choose a tag to compare
v1.7.0-beta01 Pre-release
Pre-release

This release introduces public API changes. For more details, please see changelog.

v1.7.0-alpha4

23 Aug 12:41
c0eb739
Compare
Choose a tag to compare
v1.7.0-alpha4 Pre-release
Pre-release

Important

  • Branch master is now removed and 1.7 is made the default that'll hold the long run stable code.

This release provides a couple of bug fixes and significant improvements. For more details including the breaking changes, please see changelog

v1.7.0-alpha3

09 Aug 16:10
53fe58c
Compare
Choose a tag to compare
v1.7.0-alpha3 Pre-release
Pre-release

This release adds support for temporal and spatial types that were introduced by Bolt version 2 (introduced as part of server release 3.4) and also now supports Path types as return values.

v1.7.0-alpha2

24 Jul 04:44
f2d36e6
Compare
Choose a tag to compare
v1.7.0-alpha2 Pre-release
Pre-release

This release fixes the issue where node and relationship values returned from a query was not accessible through driver.

v1.7.0-alpha1

19 Jul 12:59
75110ea
Compare
Choose a tag to compare
v1.7.0-alpha1 Pre-release
Pre-release

This is the initial pre-release version of Neo4j Official Go Driver.

It only includes support for Bolt V1 (which means you cannot use temporal / spatial types introduced with neo4j database 3.4 version) and works only on direct mode (no clustering support).