From 70574f9a68b24016a8e8eff24b41b7df11966cbc Mon Sep 17 00:00:00 2001 From: daprahamian Date: Fri, 8 Dec 2017 17:10:24 -0500 Subject: [PATCH] docs(upgrading): Update upgrade documentation to include info for 3.0 (#1608) Part of NODE-1212 --- docs/reference/content/upgrade-migration/main.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/reference/content/upgrade-migration/main.md b/docs/reference/content/upgrade-migration/main.md index 9b4051480c..d8fc875490 100644 --- a/docs/reference/content/upgrade-migration/main.md +++ b/docs/reference/content/upgrade-migration/main.md @@ -7,6 +7,16 @@ title = "Upgrade Guide" pre = "" +++ +# What's new in 3.0 + +- Support added for Retryable Writes +- Support added for DNS Seedlists +- Support added for Change Streams +- Support added for sessions +- `MongoClient.connect` now returns a `Client` instead of a `DB`. + +[Full 3.0 Changes Here](https://github.com/mongodb/node-mongodb-native/blob/3.0.0/CHANGES_3.0.0.md) + # What's New in 2.3 Key features of the 2.3 driver include: @@ -52,4 +62,5 @@ Key features of the 2.0 driver include: ## Upgrading +See the [3.0 Changes](https://github.com/mongodb/node-mongodb-native/blob/3.0.0/CHANGES_3.0.0.md) on how to upgrade to 3.0 See the [upgrading guide]({{}}) on how to upgrade to 2.0