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
21
21
22
22
Learn what's new in:
23
23
24
+ * :ref:`Version 3.5 <csharp-version-3.5>`
24
25
* :ref:`Version 3.4 <csharp-version-3.4>`
25
26
* :ref:`Version 3.3 <csharp-version-3.3>`
26
27
* :ref:`Version 3.2 <csharp-version-3.2>`
@@ -35,13 +36,15 @@ Learn what's new in:
35
36
36
37
.. _upcoming-breaking-changes:
37
38
38
- Upcoming Breaking Changes
39
- -------------------------
39
+ .. _csharp-version-3.5:
40
40
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.
45
48
46
49
.. _csharp-version-3.4:
47
50
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:
46
46
to upgrade your driver to v{+last-version-2-number+}. Then, address all breaking
47
47
changes for v3.0.
48
48
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
+
49
65
.. _csharp-breaking-changes-v3:
50
66
51
67
Version 3.0 Breaking Changes
You can’t perform that action at this time.
0 commit comments