-
Notifications
You must be signed in to change notification settings - Fork 147
1.1 changelog
Konstantin Lutovich edited this page Jan 16, 2017
·
16 revisions
###1.1.0 Not released yet
###1.1.0-M04
- Fixed the dependency problem of module
babel-polyfill
#158 - Release connections to correct pool when using routing driver #160
- Explicitly rollback transactions after query execution failure #173
- Fix user agent string to include correct version #174
- Remove
ENCRYPTION_NON_LOCAL
, deprecateTRUST_ON_FIRST_USE
, addTRUST_ALL_CERTIFICATES
#176 - Expose server info in result summary from sessions and transactions #172
- Prefer native Node socket over websocket when both are available #178
###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