Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Releases: mindstand/go-bolt

Patch Release 0.2.1

24 May 18:08
Compare
Choose a tag to compare
Patch Release 0.2.1 Pre-release
Pre-release

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

23 Feb 18:58
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

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 and conn.ExecWithDatabase not completing request

Initial Release

04 Feb 20:31
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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