Skip to content

Commit 287cdd7

Browse files
committed
clean up of tests
1 parent d30bf03 commit 287cdd7

File tree

7 files changed

+271
-271
lines changed

7 files changed

+271
-271
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
2.0.36
1+
2.0.36 07-07-2015
22
-----------------
33
- Fully promisified allowing the use of ES6 generators and libraries like co. Also allows for BYOP (Bring your own promises).
4+
- NODE-493 updated mongodb-core to 1.2.4 to ensure we cannot DDOS the mongod or mongos process on large connection pool sizes.
45

56
2.0.35 06-17-2015
67
-----------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"legacy"
1414
],
1515
"dependencies": {
16-
"mongodb-core": "1.2.3"
16+
"mongodb-core": "1.2.4"
1717
, "readable-stream": "1.0.31"
1818
, "es6-promise": "2.1.1"
1919
},

test/functional/admin_tests.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)