-
Notifications
You must be signed in to change notification settings - Fork 147
1.1 changelog
Konstantin Lutovich edited this page Apr 26, 2018
·
16 revisions
- Added type assertions for string parameters #196
- Routing improvements #202
- Fixed
Structure#toString()
#203 - Fixed errors to only be of type
Neo4jError
#204
See 1.1.0-RC1
- 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
- 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
- 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