File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.2.25 2017-03-17
2
+ -----------------
3
+ * Don't rely on global toString() for checking if object (Issue #1494 , https://github.com/vkarpov15 ).
4
+ * Remove obsolete option uri_decode_auth (Issue #1488 , https://github.com/kamagatos ).
5
+ * NODE-936 Correctly translate ReadPreference to CoreReadPreference for mongos queries.
6
+ * Exposed BSONRegExp type.
7
+ * NODE-950 push correct index for INSERT ops (https://github.com/mbroadst ).
8
+ * NODE-951 Added support for sslCRL option and added a test case for it.
9
+ * NODE-953 Made batchSize issue general at cursor level.
10
+ * NODE-954 Remove write concern from reindex helper as it will not be supported in 3.6.
11
+ * Updated mongodb-core to 2.1.9.
12
+ * Return lastIsMaster correctly when connecting with secondaryOnlyConnectionAllowed is set to true and only a secondary is available in replica state.
13
+ * Clone options when passed to wireProtocol handler to avoid intermittent modifications causing errors.
14
+ * Ensure SSL error propegates better for Replset connections when there is a SSL validation error.
15
+ * NODE-957 Fixed issue where < batchSize not causing cursor to be closed on execution of first batch.
16
+ * NODE-958 Store reconnectConnection on pool object to allow destroy to close immediately.
17
+
1
18
2.2.24 2017-02-14
2
19
-----------------
3
20
* NODE-935, NODE-931 Make MongoClient strict options validation optional and instead print annoying console.warn entries.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongodb" ,
3
- "version" : " 2.2.24 " ,
3
+ "version" : " 2.2.25 " ,
4
4
"description" : " The official MongoDB driver for Node.js" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
14
14
],
15
15
"dependencies" : {
16
16
"es6-promise" : " 3.2.1" ,
17
- "mongodb-core" : " 2.1.8" ,
18
- "mongodb-core" : " christkv/mongodb-core#2.0" ,
17
+ "mongodb-core" : " 2.1.9" ,
19
18
"readable-stream" : " 2.1.5"
20
19
},
21
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments