-
Notifications
You must be signed in to change notification settings - Fork 68
1.1 changelog
Zhen Li edited this page Sep 12, 2016
·
25 revisions
######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
ConfigBuilderwhere the config returned byConfigBuilderwill 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
ClientErrorandTransientError#95 - Changed the message sync time with the server by sending
INITmessage eagerly and sendingRESETmessage when putting back to pool rather than getting from the pool #95
- Streaming records for shorter response time and better memory management #96