@@ -106,15 +106,14 @@ Version 2.13.0 Breaking Changes
106
106
- The ``slave0k`` connection string option was removed; the
107
107
``readPreference`` option is now used instead.
108
108
109
-
110
109
.. _csharp-server-release-changes:
111
110
112
111
Server Release Compatibility Changes
113
112
------------------------------------
114
113
115
114
A server release compatibility change is a modification
116
115
to the {+driver-long+} that discontinues support for a set of
117
- MongoDB Server versions.
116
+ {+mdb-server+} versions.
118
117
119
118
The driver discontinues support for a {+mdb-server+} version after it
120
119
reaches end-of-life (EOL).
@@ -126,6 +125,16 @@ To learn more about the compatibility between .NET/C# driver versions
126
125
and {+mdb-server+} versions, visit the
127
126
:ref:`Compatibility <csharp-compatibility-tables>` page.
128
127
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
+
129
138
Version 2.14 Release Support Changes
130
139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
140
@@ -134,4 +143,4 @@ use any driver from v2.14 and later, your {+mdb-server+} must be v3.6 or
134
143
later.
135
144
136
145
To 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