-
Notifications
You must be signed in to change notification settings - Fork 40
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 v4.0 support for AWS Neptune #177
Comments
Hello @KorvinSzanto, Thank you for bringing this to my attention. Bolt 4 should indeed still work with the bolt library, or you can use this driver version 2.8. I'll run this up the chain of command and see if we can do something about this. Let me circle back to you once I have a response. Kind regards, Ghlen |
Using 2.8 isn't an option for a couple reasons:
|
I see the client has requesting only 5 and 4.4 bolt version https://github.com/neo4j-php/neo4j-php-client/blob/main/src/Bolt/ProtocolFactory.php#L31 Client is meant to support only active versions? https://neo4j.com/developer/kb/neo4j-supported-versions/ I understand it can be difficult to implement all changes by each bolt version and maintain the client to look from outside as it doesn't matter. |
I think this issue can be closed. This driver is primary for Neo4j. If there is a need to connect to Amazon Neptune you should use https://github.com/neo4j-php/Bolt library. It supports all versions of bolt protocol. |
Is your feature request related to a problem? Please describe.
Neptune supports only up to bolt 4.0.0
Describe the solution you'd like
It'd be nice if this library supported connecting to bolt v4.0. From what I can tell it's currently limited to 4.4.x and 5.0
Describe alternatives you've considered
The best alternative I have if I'd like to continue using bolt is to use https://github.com/neo4j-php/Bolt directly which does work.
The text was updated successfully, but these errors were encountered: