-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi!
So, since the version 0.1.5.0 (see #28), we have initial support of Bolt Protocol v.3.
It contains:
- New initial message during the client-server handshake.
- New format of "run query" message.
You may choose { ... version = 3 ... } in BoltCfg, and everything should work even with the latest version of neo4j (4.2.6). But we still do not support the extra dictionary in "run query" and new transactions style (the old one from protocol v.2 seems to work). And of course, neo4j will drop the version 3 protocol soon, while version 4 has backward capability break again.
I see that I have to redesign a library a lot to support the newest features. So I have a question for all the users: should I still support the versions 1/2 of protocol or keep only the latest version? Or maybe I should make another library (like, hasbolt2 for the newest versions)? Or perhaps you are not interested in novel features and just need the basic statements supporting the latest versions of neo4j?
/polls "I need support of protocol versions 1/2" "I need the non-basic features of latest protocol versions" "I am ok to use the separate library for new/old protocol versions"