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

feat: upgrad Neo4j driver to v5 #1182

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joschi
Copy link
Contributor

@joschi joschi commented Oct 6, 2024

Migrate the Neo4j support to neo4j-go-driver v5.

The only supported versions of Neo4j are currently Neo4j 4.4 LTS, and Neo4j 5.23 and 5.24, see https://endoflife.date/neo4j.

neo4j-go-driver v5 (or all 5.x versions of the Neo4j drivers) can connect to both, Neo4j 4.4 LTS, and Neo4j 5.x, see https://neo4j.com/developer/kb/neo4j-supported-versions/.

This builds on #853 by @fabiomarini and #715 by @fbiville.

Closes #461
Closes #849

Closes #528
Closes #715
Closes #853
Closes #991

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

Successfully merging this pull request may close these issues.

version upgrade for neo4j Update neo4j driver - new driver is pure Golang
2 participants