Skip to content

Commit a2207f5

Browse files
committed
first draft
1 parent fef8e56 commit a2207f5

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

source/fundamentals/authentication.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ authentication mechanisms, depending on which MongoDB versions your server suppo
7474

7575
- ``SCRAM-SHA-256``
7676
- ``SCRAM-SHA-1``
77-
- ``MONGODB-CR``
78-
79-
.. note::
80-
81-
MongoDB version 4.0 uses SCRAM as the default mechanism, and no longer
82-
supports ``MONGODB-CR``.
83-
8477

8578
Select the :guilabel:`Connection String` or :guilabel:`MongoCredential` tab to
8679
see the corresponding syntax for specifying the default authentication mechanism:

source/upgrade.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Upgrade Driver Versions
1717
:depth: 1
1818
:class: singlecol
1919

20-
2120
Overview
2221
--------
2322

@@ -57,6 +56,16 @@ changes between the current and upgrade versions. For example, if you
5756
are upgrading the driver from v2.0 to v2.20, address all breaking changes from
5857
the version after v2.0 including any listed under v2.20.
5958

59+
.. _csharp-breaking-changes-3.0:
60+
61+
Version 3.0 Potential Breaking Change
62+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63+
64+
- This version of the driver removes support for the
65+
``MONGODB-CR`` authentication mechanism. To learn more about
66+
configuring authentication in the {+driver-short+}, see
67+
:ref:`Authentication Mechanisms. <csharp-authentication-default>`
68+
6069
.. _csharp-breaking-changes-2.28.0:
6170

6271
Version 2.28.0 Potential Breaking Change
@@ -174,6 +183,13 @@ To learn more about the compatibility between .NET/C# driver versions
174183
and {+mdb-server+} versions, visit the
175184
:ref:`Compatibility <csharp-compatibility-tables>` page.
176185

186+
Version 3.0 Release Support Changes
187+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
188+
189+
The v3.0 driver drops support for {+mdb-server+} v3.6 and earlier. To
190+
use driver v3.0 or later, your {+mdb-server+} must be v4.0 or
191+
later.
192+
177193
Version 2.14 Release Support Changes
178194
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179195

@@ -182,4 +198,4 @@ use any driver from v2.14 and later, your {+mdb-server+} must be v3.6 or
182198
later.
183199

184200
To learn how to upgrade your {+mdb-server+} deployment, see
185-
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.
201+
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.

source/whats-new.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ What's New
1515
:values: reference
1616

1717
.. meta::
18-
:keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23, driver v2.24, driver v2.25, driver v2.26
18+
:keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23, driver v2.24, driver v2.25, driver v2.26, driver v2.27, driver v2.28, driver v3.0
1919

2020
Learn what's new in:
2121

0 commit comments

Comments
 (0)