File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Release Notes
2121
2222Learn 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
Original file line number Diff line number Diff 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
5167Version 3.0 Breaking Changes
You can’t perform that action at this time.
0 commit comments