Skip to content

Commit c971055

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

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

source/upgrade.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,14 @@ Version 2.13.0 Breaking Changes
153153
- The ``slave0k`` connection string option was removed; the
154154
``readPreference`` option is now used instead.
155155

156-
157156
.. _csharp-server-release-changes:
158157

159158
Server Release Compatibility Changes
160159
------------------------------------
161160

162161
A server release compatibility change is a modification
163162
to the {+driver-long+} that discontinues support for a set of
164-
MongoDB Server versions.
163+
{+mdb-server+} versions.
165164

166165
The driver discontinues support for a {+mdb-server+} version after it
167166
reaches end-of-life (EOL).
@@ -173,6 +172,16 @@ To learn more about the compatibility between .NET/C# driver versions
173172
and {+mdb-server+} versions, visit the
174173
:ref:`Compatibility <csharp-compatibility-tables>` page.
175174

175+
.. _csharp-server-8.1-incompatibility:
176+
177+
Server Version 8.1 Support Changes
178+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179+
180+
You cannot use v2.14.1 or earlier versions of the {+driver-short+} to connect to a
181+
deployment running {+mdb-server+} v8.1. Starting in {+mdb-server+} v8.1,
182+
the ``buildinfo`` command requires authentication, causing an
183+
incompatibility with these driver versions.
184+
176185
Version 2.14 Release Support Changes
177186
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
178187

@@ -181,4 +190,4 @@ use any driver from v2.14 and later, your {+mdb-server+} must be v3.6 or
181190
later.
182191

183192
To learn how to upgrade your {+mdb-server+} deployment, see
184-
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.
193+
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.

0 commit comments

Comments
 (0)