Skip to content

1.1 changelog

Zhen Li edited this page Sep 12, 2016 · 25 revisions

1.1.0-M02

######Not yet released

  • Supported for custom auth-tokens #107
  • Buffering result that is not fully consumed in time in session [#97] (https://github.com/neo4j/neo4j-dotnet-driver/pull/97)
  • Fixed a bug in ConfigBuilder where the config returned by ConfigBuilder will not auto fill default values for the configs that are not changed #94, [#102] (https://github.com/neo4j/neo4j-dotnet-driver/pull/102)
  • Be able to run more statements in the same session after ClientError and TransientError #95
  • Changed the message sync time with the server by sending INIT message eagerly and sending RESET message when putting back to pool rather than getting from the pool #95

1.1.0-M01

  • Streaming records for shorter response time and better memory management #96

Clone this wiki locally