Skip to content

Commit d2ceb59

Browse files
committed
docs(changes): add Whats new in 3.2 to upgrade guide
1 parent 380accc commit d2ceb59

File tree

1 file changed

+9
-0
lines changed
  • docs/reference/content/upgrade-migration

1 file changed

+9
-0
lines changed

docs/reference/content/upgrade-migration/main.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ title = "Upgrade Guide"
77
pre = "<i class='fa fa-cog'></i>"
88
+++
99

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+
1019
# What's new in 3.1
1120

1221
- Support for MongoDB version 4.0

0 commit comments

Comments
 (0)