Skip to content

Commit 711c256

Browse files
committed
bumped mongodb-core to 1.1.32 and bumped history and package.json to 2.0.33
1 parent 9566365 commit 711c256

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

HISTORY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.33 05-20-2015
2+
-----------------
3+
- Bumped mongodb-core to 1.1.32.
4+
15
2.0.32 05-19-2015
26
-----------------
37
- NODE-463 db.close immediately executes its callback.
@@ -16,11 +20,11 @@
1620
-----------------
1721
- NODE-444 Possible memory leak, too many listeners added.
1822
- NODE-459 Auth failure using Node 0.8.28, MongoDB 3.0.2 & mongodb-node-native 1.4.35.
19-
- Bumped mongodb-core to 1.2.26.
23+
- Bumped mongodb-core to 1.1.26.
2024

2125
2.0.28 04-24-2015
2226
-----------------
23-
- Bumped mongodb-core to 1.2.25
27+
- Bumped mongodb-core to 1.1.25
2428
- Added Cursor.prototype.setCursorOption to allow for setting node specific cursor options for tailable cursors.
2529
- NODE-430 Cursor.count() opts argument masked by var opts = {}
2630
- NODE-406 Implemented Cursor.prototype.map function tapping into MongoClient cursor transforms.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.0.32",
3+
"version": "2.0.33",
44
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
55
"main": "index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"legacy"
1414
],
1515
"dependencies": {
16-
"mongodb-core": "1.1.31"
16+
"mongodb-core": "1.1.32"
1717
, "readable-stream": "1.0.31"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)