File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog - DataStax Node.js Driver
2
2
3
+ ## 4.6.4
4
+
5
+ 2022-07-11
6
+
7
+ ### Bug fixes
8
+
9
+ - [ NODEJS-633] - Mapper error: TypeError: Cannot read property 'executor' of null
10
+ - [ NODEJS-645] - Travis builds are failing due to TypeScript errors
11
+ - [ NODEJS-646] - Unable to add address for initially unresolved host
12
+ - [ NODEJS-647] - Log negotiated SSL/TLS versions when using encrypted connections
13
+
3
14
## 4.6.3
4
15
5
16
2021-05-18
Original file line number Diff line number Diff line change 41
41
},
42
42
"scripts" : {
43
43
"test" : " ./node_modules/.bin/mocha test/unit -R spec -t 5000 --recursive" ,
44
+ "unit" : " ./node_modules/.bin/mocha test/unit -R spec -t 5000 --recursive" ,
45
+ "integration_short" : " ./node_modules/.bin/mocha test/integration/short -R spec -t 5000 --recursive" ,
46
+ "integration_long" : " ./node_modules/.bin/mocha test/integration/long -R spec -t 5000 --recursive" ,
44
47
"ci_jenkins" : " ./node_modules/.bin/mocha test/unit test/integration/short --recursive -R mocha-jenkins-reporter --exit" ,
45
48
"ci_appveyor" : " ./node_modules/.bin/mocha test/unit test/integration/short --recursive -R mocha-appveyor-reporter --exit" ,
46
- "foo" : " ./node_modules/.bin/mocha test/integration/short --recursive -R spec --exit -g 'should subscribe to TOPOLOGY_CHANGE'" ,
47
49
"ci_unit_appveyor" : " ./node_modules/.bin/mocha test/unit --recursive -R mocha-appveyor-reporter --exit" ,
48
50
"server_api" : " ./node_modules/.bin/mocha test/integration/short -g '@SERVER_API' --recursive --exit" ,
49
51
"eslint" : " eslint lib test"
You can’t perform that action at this time.
0 commit comments