-
Notifications
You must be signed in to change notification settings - Fork 147
1.1 changelog
Zhen Li edited this page Nov 21, 2016
·
16 revisions
###1.1.0-M03
- Add build-in routing to a causal cluster via
bolt+routing
scheme #141 - Expose
inSafeRange
,toNumber
, andtoString
in order to facilitate integer handling and deprecate exposingInteger
#153 - Improve closed connection handling #149
###1.1.0-M02
- Fix duplication in
known_host
#107 #108 - Send
INIT
eagerly when creating session #119 - Expose
onComplete
method fromDriver
#127 - Fix error while providing multiple trusted certificates #105
- Expose server version and timings in summary of driver [#133] (https://github.com/neo4j/neo4j-javascript-driver/pull/133)
- Rename
updateStatistics
tocounters
#131 - Remove terminated connections from pool #136
- Add support for custom auth tokens #134
###1.1.0-M01