Skip to content

Commit ef5e58c

Browse files
committed
Update upgrade.txt
(cherry picked from commit b73ee1a)
1 parent eb46a16 commit ef5e58c

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

source/upgrade.txt

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Overview
2828
--------
2929

3030
Use the guides on this page to identify the potentially *breaking changes* that each
31-
version of the {+driver-short+} introduces.
31+
version of the {+driver-short+} introduces. This page also provides information about
32+
breaking compatibility changes between the driver and MongoDB.
33+
3234
A breaking change is a modification of a convention or a behavior starting in
3335
a specific version of the driver. This type of change may prevent your application from
3436
working properly if you don't address it.
@@ -45,4 +47,29 @@ Upgrade Guides
4547
--------------
4648

4749
- :ref:`csharp-upgrade-v2`
48-
- :ref:`csharp-upgrade-v3`
50+
- :ref:`csharp-upgrade-v3`
51+
52+
.. _csharp-server-release-changes:
53+
54+
Server Release Compatibility Changes
55+
------------------------------------
56+
57+
A server release compatibility change is a modification
58+
to the {+driver-long+} that discontinues support for a set of
59+
{+mdb-server+} versions.
60+
61+
The driver discontinues support for a {+mdb-server+} version after it reaches
62+
end-of-life (EOL).
63+
64+
To learn more about the MongoDB support for EOL products,
65+
see the `Legacy Support Policy <https://www.mongodb.com/support-policy/legacy>`__.
66+
67+
.. _csharp-server-8.1-incompatibility:
68+
69+
Server Version 8.1 Support Changes
70+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71+
72+
You cannot use v2.14.1 or earlier versions of the {+driver-short+} to connect to a
73+
deployment running {+mdb-server+} v8.1. Starting in {+mdb-server+} v8.1,
74+
the ``buildinfo`` command requires authentication, causing an
75+
incompatibility with these driver versions.

0 commit comments

Comments
 (0)