Skip to content

Commit 915d5c8

Browse files
committed
Updated version and history to 2.2.25
1 parent e393123 commit 915d5c8

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
2.2.24 2017-02-14
219
-----------------
320
* NODE-935, NODE-931 Make MongoClient strict options validation optional and instead print annoying console.warn entries.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.2.24",
3+
"version": "2.2.25",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"repository": {
@@ -14,8 +14,7 @@
1414
],
1515
"dependencies": {
1616
"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",
1918
"readable-stream": "2.1.5"
2019
},
2120
"devDependencies": {

0 commit comments

Comments
 (0)