-
Notifications
You must be signed in to change notification settings - Fork 198
1.1 changelog
Steven R. Baker edited this page Jan 5, 2017
·
7 revisions
###1.1.0b4
- Better errors when attempting to use a closed session.
- Expose execution times on
ResultSummary
. - Composite hydration hook.
###1.1.0b3
- Fixed the bugs in packaging for pip installation and python version support. #113
###1.1.0b2 (Has known issues with pip installation, use 1.1.0b3 instead)
- Performance improvements, making the driver faster to run Cypher statements #101 #102
- Added support for custom authentication tokens #103
- Added in-house routing support to route Cypher statements to a Neo4j 3.1+ causal cluster #97 #106
- Added bookmarking #104
- Added server version and address in result summary #109
- Improved example code #111 #112
###1.1.0b1
- Added non-local setting for encryption #81