Skip to content

1.0 changelog

Zhen Li edited this page Mar 8, 2016 · 19 revisions

###1.0.0-M04 ######Not yet released

###1.0.0-M03

  • Improved the way to access node and relationship properties by adding node[x] and relationship[x] which is a shorten version of node.Properties[x] and relationship.Properties[x] 50eae3
  • Added the option to create a driver with authentication credentials for the server to authenticate the driver user. 7950ac

###1.0.0-M02

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

Clone this wiki locally