Releases: neo4j/neo4j-go-driver
Releases · neo4j/neo4j-go-driver
v4.3.0-beta1
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
Alpha release 1 of 4.3 driver
See https://github.com/neo4j/neo4j-go-driver/wiki/4.x-changelog for more information.
v4.2.4
v4.2.3
- 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
v4.2.1
v4.2.0
Second beta of 4.0
- 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
- 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
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.