We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380accc commit d2ceb59Copy full SHA for d2ceb59
docs/reference/content/upgrade-migration/main.md
@@ -7,6 +7,15 @@ title = "Upgrade Guide"
7
pre = "<i class='fa fa-cog'></i>"
8
+++
9
10
+# What's new in 3.2
11
+
12
+- Supports new "Unified Topology" for resolving servers (opt in with `useUnifiedTopology` option for `MongoClient`)
13
+- Supports `session.withTransaction` helper
14
+- Supports Asynchronous Iteration (`for await...` syntax) on cursors
15
+- Supports Database-level Aggregations (`db.aggregate(pipeline, options)`)
16
17
+[Full 3.2 Changes Here](https://github.com/mongodb/node-mongodb-native/releases/tag/v3.2.1)
18
19
# What's new in 3.1
20
21
- Support for MongoDB version 4.0
0 commit comments