@@ -28,7 +28,9 @@ Overview
2828--------
2929
3030Use 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+
3234A breaking change is a modification of a convention or a behavior starting in
3335a specific version of the driver. This type of change may prevent your application from
3436working 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