Skip to content

Commit 9572cd2

Browse files
committed
Update upgrade.txt
(cherry picked from commit b73ee1a) (cherry picked from commit c971055)
1 parent 83d1543 commit 9572cd2

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
@@ -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

112111
Server Release Compatibility Changes
113112
------------------------------------
114113

115114
A server release compatibility change is a modification
116115
to the {+driver-long+} that discontinues support for a set of
117-
MongoDB Server versions.
116+
{+mdb-server+} versions.
118117

119118
The driver discontinues support for a {+mdb-server+} version after it
120119
reaches end-of-life (EOL).
@@ -126,6 +125,16 @@ To learn more about the compatibility between .NET/C# driver versions
126125
and {+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+
129138
Version 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
134143
later.
135144

136145
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

Comments
 (0)