File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2.0.33 05-20-2015
2
+ -----------------
3
+ - Bumped mongodb-core to 1.1.32.
4
+
1
5
2.0.32 05-19-2015
2
6
-----------------
3
7
- NODE-463 db.close immediately executes its callback.
16
20
-----------------
17
21
- NODE-444 Possible memory leak, too many listeners added.
18
22
- 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.
20
24
21
25
2.0.28 04-24-2015
22
26
-----------------
23
- - Bumped mongodb-core to 1.2 .25
27
+ - Bumped mongodb-core to 1.1 .25
24
28
- Added Cursor.prototype.setCursorOption to allow for setting node specific cursor options for tailable cursors.
25
29
- NODE-430 Cursor.count() opts argument masked by var opts = {}
26
30
- NODE-406 Implemented Cursor.prototype.map function tapping into MongoClient cursor transforms.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongodb" ,
3
- "version" : " 2.0.32 " ,
3
+ "version" : " 2.0.33 " ,
4
4
"description" : " MongoDB legacy driver emulation layer on top of mongodb-core" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
13
13
" legacy"
14
14
],
15
15
"dependencies" : {
16
- "mongodb-core" : " 1.1.31 "
16
+ "mongodb-core" : " 1.1.32 "
17
17
, "readable-stream" : " 1.0.31"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments