Skip to content

4.1 Changelog

AndyHeap-NeoTech edited this page Aug 20, 2020 · 4 revisions

4.1.1

  • 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.

4.1.0

No changes

4.1.0-beta01

  • Add ability to customize user_agent
  • Add address field when calling routing procedure
  • Add routing_context to HELLO 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.
Clone this wiki locally