File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
9
2.2.8 2016-08-23
2
10
----------------
3
11
* Updated mongodb-core to 2.0.10.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongodb" ,
3
- "version" : " 2.2.8 " ,
3
+ "version" : " 2.2.9 " ,
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.0.10" ,
18
- "mongodb-core" : " christkv/mongodb-core#2.0" ,
17
+ "mongodb-core" : " 2.0.11" ,
19
18
"readable-stream" : " 2.1.5"
20
19
},
21
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments