-
Notifications
You must be signed in to change notification settings - Fork 187
1.1 changelog
Zhen Li edited this page Jan 19, 2017
·
7 revisions
###1.1.1 Not released yet
###1.1.0
- See the changelog bellow
###1.1.0rc1
- Updated routing logic for no writers to always try to fetch new routing if more routers are known to the client. #120
- Removed ResultError, added SessionError #123
###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