Open KorvinSzanto opened 1 year ago
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.