Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest Neo4j driver version #715

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fbiville
Copy link

  • update to v4.4.1 of the Go driver
  • rely solely on URI scheme for connection encryption
  • replace autocommit (Session#Run) with transaction functions
    since the former does not work well in highly dynamic Neo4j
    clusters such as the ones provisioned by Neo4j AuraDB

 - update to v4.4.1 of the Go driver
 - rely solely on URI scheme for connection encryption
 - replace autocommit (`Session#Run`) with transaction functions
   since the former does not work well in highly dynamic Neo4j
   clusters such as the ones provisioned by Neo4j AuraDB
@fbiville
Copy link
Author

fbiville commented Mar 17, 2022

I wanted to keep this PR small.
I submitted what I consider a design issue in #716. Let me know if I should tackle this here or in another PR.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1999642709

  • 51 of 61 (83.61%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 58.023%

Changes Missing Coverage Covered Lines Changed/Added Lines %
database/neo4j/neo4j.go 51 61 83.61%
Totals Coverage Status
Change from base Build 1997075650: 0.2%
Covered Lines: 3768
Relevant Lines: 6494

💛 - Coveralls

@fbiville
Copy link
Author

fbiville commented Apr 8, 2022

Any chance to review this some time soon?

@Fontinalis Fontinalis added this to the v4.16.0 milestone Apr 27, 2022
@Fontinalis Fontinalis added the database Updates database drivers label Apr 27, 2022
@SCLogo
Copy link

SCLogo commented Jun 23, 2023

any update on this PR ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Updates database drivers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants