This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Releases: mindstand/go-bolt
Releases · mindstand/go-bolt
Patch Release 0.2.1
Change log:
- fixed routing driver assigning read only connections when requesting a write connection.
- made failure message create better go error
Release 0.2.0
Change log:
- Fixed issue with rows going into an infinite loop trying to pull data
- Fixed issue with connection open validation not working
- Added integration test
- Added github actions integration
- Validated all driver versions are working
- Validated routing driver works
- Fixed
conn.Exec
andconn.ExecWithDatabase
not completing request
Initial Release
Initial Release:
- Support for protocol version 1, 2, 3 and 4
- Support for Neo4j Version 4
- Driver support for:
- Standard driver
- Pooled driver
- Routing pool driver