6.x changelog - neo4j/neo4j-go-driver GitHub Wiki

v6.0.0

This is the first stable v6 release of the Neo4j Go Driver.

The Vector type introduced in v6.0.0-alpha.1 has been redesigned to use a struct-based dbtype.Vector, aligning it with other dbtype structs and making it compatible with helper functions such as GetRecordValue and GetProperty.

📋 Migration Guide

For a comprehensive list of breaking changes and migration advice for v6.0.0, see the Planned breaking changes for 6.0 discussion and the MIGRATION_GUIDE.md in this repository.

If you want early notice on deprecations that will be removed in v7.0.0, follow the Planned breaking changes for 7.0 discussion.

⚠️ Go Version Baseline: 1.24

💥 Breaking changes

🆕 Features

🆕 Improvements

🐛 Bug fixes

👋 Deprecations

💚 Special thanks to

v6.0.0-alpha.1

⚠️ This is an experimental release. It may completely change in the future. It is not guaranteed to include all breaking changes that will be present in 6.0.0

The main goal of this release is to offer a preview of the new driver Vector type.

📋 Migration Guide

For a comprehensive list of planned breaking changes in v6.0.0, see the Planned breaking changes for 6.0 discussion.

⚠️ Go Version Baseline: 1.24

💥 Breaking changes

🆕 Features

🆕 Improvements

🐛 Bug fixes

👋 Deprecations

💚 Special thanks to