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

Bolt protocol version support #2

Open
pmackay opened this issue Aug 9, 2023 · 1 comment
Open

Bolt protocol version support #2

pmackay opened this issue Aug 9, 2023 · 1 comment

Comments

@pmackay
Copy link

pmackay commented Aug 9, 2023

Currently only supporting Neo4j 4.4 with Bolt 4.4

Hi, about this, may I ask:

  • Do you have any plans to add support for more versions?
  • Have you looked at what the impact would be of supporting other versions? Might it just work with other versions, or are you aware of extra work that would have to be done?

Thanks!

@specht
Copy link
Owner

specht commented Sep 18, 2023

Hi! According to the compatibility matrix shown at https://neo4j.com/docs/bolt/current/bolt-compatibility/ Bolt 4.4 is supported in all current versions up to Neo4j 5.9. Give it a try! I'm working as a CS teacher and using neo4j_bolt in production and will upgrade when necessary. As far as the Gem is concerned, it doesn't care about the specific Neo4j version. It just tries to establish a Bolt 4.4 connection and if Neo4j doesn't, it's fine with it.

Sorry for the late reply!

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

No branches or pull requests

2 participants