Skip to content

Commit 380accc

Browse files
committed
docs(changes): add Whats new in 3.1 to upgrade guide
Fixes NODE-1632
1 parent 25bd3e0 commit 380accc

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.1
11+
12+
- Support for MongoDB version 4.0
13+
- Support for Transactions
14+
- Support for authentication with SCRAM-SHA-256
15+
- Support for new URL parser (opt in with `useNewUrlParser` option for `MongoClient`)
16+
17+
[Full 3.1 Changes Here](https://github.com/mongodb/node-mongodb-native/blob/3.1/HISTORY.md#310-2018-06-27)
18+
1019
# What's new in 3.0
1120

1221
- Support added for Retryable Writes

0 commit comments

Comments
 (0)