We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bd3e0 commit 380acccCopy full SHA for 380accc
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.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
19
# What's new in 3.0
20
21
- Support added for Retryable Writes
0 commit comments