-
Notifications
You must be signed in to change notification settings - Fork 186
1.0 changelog
Jacob Hansson edited this page Feb 4, 2016
·
14 revisions
###1.0.0b2 ######Not yet released
- ResultCursor#keys now works before the cursor has been moved. 92df09b
-
records
method is now calledstream
2793320 - Resolved an error in marking transaction as successful when using the context manager approach to transactions. 2793320
-
skip
,first
andsingl
methods have been removed. dce9cfe - New and more efficient ResultCursor API for statement results. b0faed3
- Sessions are now pooled for improved performance. 90397b4
- Fixed deserialization bug for Paths ec6d6d5
- Support for the latest draft version of the V1 Bolt Protocol 35d6911
- Include
neo4j.v1
package as installed package. 9e54fc3
###1.0.0b1
- First ever milestone! A fully new API for Neo4j, and a client implementation of the Bolt V1 protocol.