-
Notifications
You must be signed in to change notification settings - Fork 147
1.0 changelog
Jacob Hansson edited this page Feb 4, 2016
·
26 revisions
###1.0.0-M02 ######Not yet released
- Default port changed to 7687, since that port now supports both WebSocket and regular Sockets. 9a2919c
- Removed
summarize
method from main result class, summary is instead available as an argument toonCompleted
84ba970 - Added programmatic transaction support to the API. cdedd34
- Update protocol to support latest draft version of Bolt V1. a8d338e
- Note: There are several known outstanding issues not resolved by this release, these will be resolved in upcoming milestones.
###1.0.0-M01
- First ever milestone! A fully new API for Neo4j, and a client implementation of the Bolt V1 protocol.