Skip to content

Releases: axiomzen/golang-neo4j-bolt-driver

Fix Read Call

18 Sep 18:12
Compare
Choose a tag to compare

Small bugfix in the decoder

Bad connection hotfix

01 Aug 05:40
Compare
Choose a tag to compare

If a connection has an error, we no longer put it back in the pool of connections, instead we remove it.

Better connection pooling

15 Mar 07:18
Compare
Choose a tag to compare
  • uses the pg connection pool library (our fork - interpool)
    • allows to close all connections on exit
    • more fine grained control of pool options and driver options

Must call .Put(con) to reclaim the connection - will automatically cleanup the connection for reclamation.