-
Notifications
You must be signed in to change notification settings - Fork 69
1.0 changelog
Zhen Li edited this page Feb 18, 2016
·
19 revisions
###1.0.0-M02 ######Not yet released
- Added the ability to visit the arrived results while more results are streaming back. [cf79381] (https://github.com/neo4j/neo4j-dotnet-driver/commit/cf79381)
- Added session pool to buffer the sessions that are initiated but not current used for future use. [767371a] (https://github.com/neo4j/neo4j-dotnet-driver/commit/767371a), 655921d, 934c855, 8040442
- Refined API docs and re-structured some interfaces and classes into internal use only. c8adfdb
###1.0.0-M01
- The first release of .NET driver! It provides all the basic features to connect to a 3.0+ Neo4j database and run Cypher statements over the BOLT protocol.