Skip to content

Commit 62514af

Browse files
committed
Updated history to 1.4.39
1 parent a8fe308 commit 62514af

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

HISTORY

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.4.39 07-23-2015
2+
-----------------
3+
- Allow use of passive replicaset servers for secondary reads.
4+
15
1.4.38 05-19-2015
26
-----------------
37
- NODE-463 db.close immediately executes its callback.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "name" : "mongodb"
22
, "description" : "A node.js driver for MongoDB"
33
, "keywords" : ["mongodb", "mongo", "driver", "db"]
4-
, "version" : "1.4.38"
4+
, "version" : "1.4.39"
55
, "author" : "Christian Amor Kvalheim <[email protected]>"
66
, "contributors" : [ "Aaron Heckmann",
77
"Christoph Pojer",

test/filters/mongodb_version_filter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var MongoDBVersionFilter = function(options) {
1414
var configuration = object.configurations[0];
1515
// Get the MongoDB version
1616
configuration.newDbInstance({w:1}).open(function(err, db) {
17+
console.dir(err)
1718
if(err) throw err;
1819

1920
db.command({buildInfo:true}, function(err, result) {

0 commit comments

Comments
 (0)