File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 44Upgrade Driver Versions
55=======================
66
7+ .. toctree::
8+ :titlesonly:
9+ :maxdepth: 1
10+
11+ /upgrade/v2
12+ /upgrade/v3
13+
714.. facet::
815 :name: genre
916 :values: reference
@@ -20,8 +27,8 @@ Upgrade Driver Versions
2027Overview
2128--------
2229
23- In this section, you can identify the potentially *breaking changes* that each
24- version of the {+driver-short+} introduced .
30+ Use the guides on this page to identify the potentially *breaking changes* that each
31+ version of the {+driver-short+} introduces .
2532A breaking change is a modification of a convention or a behavior starting in
2633a specific version of the driver. This type of change may prevent your application from
2734working properly if you don't address it.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Version 2.28.0 Breaking Change
9393.. _csharp-breaking-changes-2.21.0:
9494
9595Version 2.21.0 Breaking Changes
96- -------------------------------
96+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9797
9898- The driver changes the signature of ``Render`` methods in the Atlas Search builders.
9999 In previous driver versions, these methods had the following signature:
@@ -111,7 +111,7 @@ Version 2.21.0 Breaking Changes
111111.. _csharp-breaking-changes-2.19.0:
112112
113113Version 2.19.0 Breaking Changes
114- -------------------------------
114+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115115
116116- The ``ObjectSerializer`` only allows deserialization of
117117 types that are considered safe. If not specified otherwise, the
@@ -136,7 +136,7 @@ Version 2.19.0 Breaking Changes
136136 var client = new MongoClient(clientSettings);
137137
138138Version 2.14.0 Breaking Changes
139- -------------------------------
139+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140140
141141- The driver drops support for {+mdb-server+} v3.4 and earlier. You must upgrade
142142 your {+mdb-server+} to v3.6 or later.
You can’t perform that action at this time.
0 commit comments