Skip to content

Commit dad1b97

Browse files
committed
note about 4.0
1 parent 4a9b108 commit dad1b97

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

source/reference/release-notes.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Release Notes
2121

2222
Learn what's new in:
2323

24+
* :ref:`Version 3.5 <csharp-version-3.5>`
2425
* :ref:`Version 3.4 <csharp-version-3.4>`
2526
* :ref:`Version 3.3 <csharp-version-3.3>`
2627
* :ref:`Version 3.2 <csharp-version-3.2>`
@@ -35,13 +36,15 @@ Learn what's new in:
3536

3637
.. _upcoming-breaking-changes:
3738

38-
Upcoming Breaking Changes
39-
-------------------------
39+
.. _csharp-version-3.5:
4040

41-
In accordance with the `MongoDB Software Lifecycle Schedules
42-
<https://www.mongodb.com/legal/support-policy/lifecycles>`__, an upcoming minor
43-
version of {+driver-short+} will raise the minimum {+mdb-server+} version from
44-
4.0 to 4.2. {+driver-short+} will no longer support {+mdb-server+} 4.0.
41+
What's New in 3.5
42+
-----------------
43+
44+
.. warning:: Breaking Changes in v3.5
45+
46+
{+driver-long+} 3.5 contains breaking changes. See :ref:`<csharp-breaking-changes-v3.5>`
47+
for more information.
4548

4649
.. _csharp-version-3.4:
4750

source/reference/upgrade/v3.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ To upgrade the {+driver-short+} to version 3.0, follow these steps:
4646
to upgrade your driver to v{+last-version-2-number+}. Then, address all breaking
4747
changes for v3.0.
4848

49+
50+
.. _csharp-breaking-changes-v3.5:
51+
52+
Version 3.5 Breaking Changes
53+
----------------------------
54+
55+
- The driver drops support for {+mdb-server+} 4.0 and earlier. You must upgrade
56+
your {+mdb-server+} to v4.2 or later.
57+
58+
To learn how to upgrade your {+mdb-server+} deployment, see
59+
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.
60+
61+
To learn more about the compatibility between .NET/C# driver versions
62+
and {+mdb-server+} versions, visit the
63+
:ref:`Compatibility <csharp-compatibility-tables>` page.
64+
4965
.. _csharp-breaking-changes-v3:
5066

5167
Version 3.0 Breaking Changes

0 commit comments

Comments
 (0)