Skip to content

Commit 84821d3

Browse files
committed
Merged in promises branch into 2.0.x branch
2 parents 3631ae1 + 684aea0 commit 84821d3

28 files changed

+15647
-659
lines changed

conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"source": {
44
"include": [
55
"test/functional/operation_example_tests.js",
6+
"test/functional/operation_promises_example_tests.js",
7+
"test/functional/operation_generators_example_tests.js",
68
"lib/admin.js",
79
"lib/collection.js",
810
"lib/cursor.js",

docs/content/meta/release-notes.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,33 @@ menu:
1010
title: Release Notes
1111
weight: 50
1212
---
13+
2.0.33 05-20-2015
14+
-----------------
15+
- Bumped mongodb-core to 1.1.32.
16+
17+
2.0.32 05-19-2015
18+
-----------------
19+
- NODE-463 db.close immediately executes its callback.
20+
- Don't only emit server close event once (Issue #1276, https://github.com/vkarpov15).
21+
- NODE-464 Updated mongodb-core to 1.1.31 that uses a single socket connection to arbiters and hidden servers as well as emitting all event correctly.
22+
23+
2.0.31 05-08-2015
24+
-----------------
25+
- NODE-461 Tripping on error "no chunks found for file, possibly corrupt" when there is no error.
26+
27+
2.0.30 05-07-2015
28+
-----------------
29+
- NODE-460 fix; don't set authMechanism for user in db.authenticate() to avoid mongoose authentication issue.
30+
31+
2.0.29 05-07-2015
32+
-----------------
33+
- NODE-444 Possible memory leak, too many listeners added.
34+
- NODE-459 Auth failure using Node 0.8.28, MongoDB 3.0.2 & mongodb-node-native 1.4.35.
35+
- Bumped mongodb-core to 1.1.26.
36+
1337
2.0.28 04-24-2015
1438
-----------------
15-
- Bumped mongodb-core to 1.2.25
39+
- Bumped mongodb-core to 1.1.25
1640
- Added Cursor.prototype.setCursorOption to allow for setting node specific cursor options for tailable cursors.
1741
- NODE-430 Cursor.count() opts argument masked by var opts = {}
1842
- NODE-406 Implemented Cursor.prototype.map function tapping into MongoClient cursor transforms.

0 commit comments

Comments
 (0)