-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathupgrade.txt
49 lines (36 loc) · 1.22 KB
/
upgrade.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.. _csharp-upgrade-driver:
=======================
Upgrade Driver Versions
=======================
.. facet::
:name: genre
:values: reference
.. meta::
:keywords: update, breaking change, releases
:description: Identify potential breaking changes when upgrading .NET/C# Driver versions and learn how to minimize application changes using the Stable API.
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
.. toctree::
:titlesonly:
:maxdepth: 1
Version 2.x </upgrade/v2>
Version 3.0 </upgrade/v3>
Overview
--------
Use the guides on this page to identify the potentially *breaking changes* that each
version of the {+driver-short+} introduces.
A breaking change is a modification of a convention or a behavior starting in
a specific version of the driver. This type of change may prevent your application from
working properly if you don't address it.
.. tip:: {+stable-api+}
To minimize the number of changes your application might require when
you upgrade driver versions in the future, consider using the
:ref:`{+stable-api+} <csharp-stable-api>`.
.. _csharp-breaking-changes:
Upgrade Guides
--------------
- :ref:`csharp-upgrade-v2`
- :ref:`csharp-upgrade-v3`