-
Notifications
You must be signed in to change notification settings - Fork 70
4.1 Changelog
AndyHeap-NeoTech edited this page Jun 22, 2020
·
4 revisions
No changes
- Add ability to customize
user_agent
- Add
address
field when calling routing procedure - Add
routing_context
toHELLO
message - Remove reliance on
server_agent
and use the bolt protocol version to retrieve server version - Fix hostname verification for extended
+ssc
schemes - Added support for NOOP 'keep alive' zero length chunks to ChunkReader.
- Removed all references to localhost and replaced with specific 127.0.0.1 address.
- Implementation of BoltProtocolVersion class to handle Major & Minor versions and their packing for streams.