Skip to content

Commit 2603748

Browse files
committed
updated history and package.json to V2.2.23
1 parent d1a4e15 commit 2603748

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

HISTORY.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1+
2.2.23 2017-02-13
2+
-----------------
3+
* Updated mongodb-core to 2.1.8.
4+
* NODE-925 ensure we reschedule operations while pool is < poolSize while pool is growing and there are no connections with not currently performing work.
5+
* NODE-927 fixes issue where authentication was performed against arbiter instances.
6+
* NODE-915 Normalize all host names to avoid comparison issues.
7+
* Fixed issue where pool.destroy would never finish due to a single operation not being executed and keeping it open.
8+
* NODE-931 Validates all the options for MongoClient.connect and fixes missing connection settings.
9+
* NODE-929 Update SSL tutorial to correctly reflect the non-need for server/mongos/replset subobjects
10+
* Fix sensitive command check (Issue #1473, https://github.com/Annoraaq)
11+
112
2.2.22 2017-01-24
213
-----------------
314
* Updated mongodb-core to 2.1.7.
415
* NODE-919 ReplicaSet connection does not close immediately (Issue #156).
516
* NODE-901 Fixed bug when normalizing host names.
617
* NODE-909 Fixed readPreference issue caused by direct connection to primary.
718
* NODE-910 Fixed issue when bufferMaxEntries == 0 and read preference set to nearest.
8-
* Add missing unref implementations for replset, mongos (Issue #1455, https://github.com/zbjornson)
19+
* Add missing unref implementations for replset, mongos (Issue #1455, https://github.com/zbjornson)
920

1021
2.2.21 2017-01-13
1122
-----------------

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.22",
3+
"version": "2.2.23",
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.7",
18-
"mongodb-core": "christkv/mongodb-core#2.0",
17+
"mongodb-core": "2.1.8",
1918
"readable-stream": "2.1.5"
2019
},
2120
"devDependencies": {

0 commit comments

Comments
 (0)