@@ -106,15 +106,14 @@ Version 2.13.0 Breaking Changes
106106- The ``slave0k`` connection string option was removed; the
107107 ``readPreference`` option is now used instead.
108108
109-
110109.. _csharp-server-release-changes:
111110
112111Server Release Compatibility Changes
113112------------------------------------
114113
115114A server release compatibility change is a modification
116115to the {+driver-long+} that discontinues support for a set of
117- MongoDB Server versions.
116+ {+mdb-server+} versions.
118117
119118The driver discontinues support for a {+mdb-server+} version after it
120119reaches end-of-life (EOL).
@@ -126,6 +125,16 @@ To learn more about the compatibility between .NET/C# driver versions
126125and {+mdb-server+} versions, visit the
127126:ref:`Compatibility <csharp-compatibility-tables>` page.
128127
128+ .. _csharp-server-8.1-incompatibility:
129+
130+ Server Version 8.1 Support Changes
131+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132+
133+ You cannot use v2.14.1 or earlier versions of the {+driver-short+} to connect to a
134+ deployment running {+mdb-server+} v8.1. Starting in {+mdb-server+} v8.1,
135+ the ``buildinfo`` command requires authentication, causing an
136+ incompatibility with these driver versions.
137+
129138Version 2.14 Release Support Changes
130139~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131140
@@ -134,4 +143,4 @@ use any driver from v2.14 and later, your {+mdb-server+} must be v3.6 or
134143later.
135144
136145To learn how to upgrade your {+mdb-server+} deployment, see
137- :manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.
146+ :manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.
0 commit comments