Skip to content

Commit 295fa39

Browse files
committed
Updated version to V2.0.9
1 parent 9554f59 commit 295fa39

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.2.9 2016-08-29
2+
----------------
3+
* Updated mongodb-core to 2.0.11.
4+
* NODE-803, Fixed issue in how the latency window is calculated for Mongos topology causing issues for single proxy connections.
5+
* Avoid timeout in attemptReconnect causing multiple attemptReconnect attempts to happen (Issue #134, https://github.com/dead-horse).
6+
* Ensure promoteBuffers is propegated in same fashion as promoteValues and promoteLongs.
7+
* Don't treat ObjectId as object for mapReduce scope (Issue #1397, https://github.com/vkarpov15).
8+
19
2.2.8 2016-08-23
210
----------------
311
* Updated mongodb-core to 2.0.10.

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

0 commit comments

Comments
 (0)