Skip to content

Commit 99e037e

Browse files
authored
DOCSP-41826 - Remove MDB 3.6 (#228)
1 parent fef8e56 commit 99e037e

File tree

5 files changed

+53
-11
lines changed

5 files changed

+53
-11
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/includes/language-compatibility-table-csharp.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
- .NET Core 3.X
1515
- .NET Core 2.X
1616

17+
* - 3.0
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
-
24+
1725
* - 2.3 to 2.28
1826
- ✓
1927
- ✓
@@ -37,7 +45,7 @@
3745
- .NET 4.7 [#2.14-note]_
3846
- .NET 4.6
3947

40-
* - 2.13 to 2.28
48+
* - 2.13 to 3.0
4149
- ✓
4250
- ✓
4351
-

source/includes/mongodb-compatibility-table-csharp.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717
- MongoDB 3.0
1818
- MongoDB 2.6
1919

20+
* - 3.0
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
- ✓
28+
-
29+
-
30+
-
31+
-
32+
-
33+
2034
* - 2.29
2135
- ✓
2236
- ✓

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-mechanisms>`
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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ 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

22+
* :ref:`Version 3.0 <csharp-version-3.0>`
2223
* :ref:`Version 2.28 <csharp-version-2.28>`
2324
* :ref:`Version 2.27 <csharp-version-2.27>`
2425
* :ref:`Version 2.26 <csharp-version-2.26>`
@@ -32,6 +33,16 @@ Learn what's new in:
3233

3334
.. _upcoming-breaking-changes:
3435

36+
.. _csharp-version-3.0:
37+
38+
What's New in 3.0
39+
-----------------
40+
41+
.. warning:: Breaking Changes in v3.0
42+
43+
The v3.0 driver contains breaking changes. See :ref:`<csharp-breaking-changes-3.0>`
44+
for more information.
45+
3546
.. _csharp-version-2.28:
3647

3748
What's New in 2.28

0 commit comments

Comments
 (0)