Skip to content
Stephen Cathcart edited this page Sep 2, 2025 · 3 revisions

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

  • [1b8c26a] Update module version to v6 and adjust imports (#659)
  • [ed3e3bc] Bump minimum required Go version (#647)
  • [f39f621] Remove deprecated code (#643)
  • [2809aa5] Removed with_context from various file names. Merged 1.23 result tests with result tests (#655)

🆕 Features

  • [26e9301] Bolt 6.0 support with Vector types (#645)
  • [f2415e8] Target TestKit branch 6.x (#644)

🆕 Improvements

  • [5e84ded] Improved Driver.Close docs (#650)
  • [fc25f59] Fixed wording of Driver.Close docs (#664)
  • [5767ac3] Moved TLS comment to Driver example (#657)
  • [a9d8590] Standardise license comments (#665)

🐛 Bug fixes

  • [2110d05] Port Fix 32-bit ARM compatibility issue (#663)

👋 Deprecations

  • [36d4b88] Deprecation of Single (#652) (#654)
Clone this wiki locally