Skip to content

Commit

Permalink
Upgraded mongodb-core to 1.1.21, making the C++ bson code an optional…
Browse files Browse the repository at this point in the history
… dependency to the bson module.
  • Loading branch information
christkv committed Mar 26, 2015
1 parent 95ae40f commit 2771d2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.25 03-26-2015
-----------------
- Upgraded mongodb-core to 1.1.21, making the C++ bson code an optional dependency to the bson module.

2.0.24 03-24-2015
-----------------
- NODE-395 Socket Not Closing, db.close called before full set finished initalizing leading to server connections in progress not being closed properly.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "2.0.24",
"version": "2.0.25",
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
"main": "index.js",
"repository": {
Expand All @@ -13,13 +13,13 @@
"legacy"
],
"dependencies": {
"mongodb-core": "1.1.20"
"mongodb-core": "1.1.21"
, "readable-stream": "1.0.31"
},
"devDependencies": {
"integra": "0.1.8"
, "optimist": "0.6.1"
, "bson": "~0.2"
, "bson": "~0.3"
, "jsdoc": "3.3.0-alpha9"
, "semver": "4.1.0"
, "rimraf": "2.2.6"
Expand Down

0 comments on commit 2771d2a

Please sign in to comment.