-
Couldn't load subscription status.
- Fork 69
4.1 Changelog
AndyHeap-NeoTech edited this page Aug 20, 2020
·
4 revisions
- Bug fix for the low level network stream chunk reader. Under certain circumstances with large data sets and chunk sizes the driver could hang. The chunk reader has been refactored and simplified to fix this issue.
- Fixed documentation tags in the example code.
No changes
- Add ability to customize
user_agent - Add
addressfield when calling routing procedure - Add
routing_contexttoHELLOmessage - Remove reliance on
server_agentand use the bolt protocol version to retrieve server version - Fix hostname verification for extended
+sscschemes - 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.