Skip to content

Commit 396a752

Browse files
DOCS-15396 Warn about incompatible drivers that use unsupported opcodes (#3716)
* DOCS-15396 Warn about incompatible drivers that use unsupported opcodes * Apply suggestions from code review Co-authored-by: Ashley Brown <[email protected]> * DOCS-15396 move content to includes file --------- Co-authored-by: Ashley Brown <[email protected]>
1 parent f581b00 commit 396a752

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
If your drivers use :ref:`legacy opcodes <wire-legacy-opcodes>` that
2+
were deprecated in v3.6, update your drivers to
3+
a version that uses supported opcodes. Drivers that use legacy
4+
opcodes are no longer supported.

source/includes/upgrade-guidance-checklists.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ compatibility with MongoDB |newversion|.
3131
Upgraded deployments that run on incompatible drivers might encounter
3232
unexpected or undefined behavior.
3333

34+
.. warning::
35+
36+
.. include:: /includes/fact-warning-unsupported-opcodes.rst
37+
3438
Preparedness
3539
~~~~~~~~~~~~
3640

source/release-notes/6.0-compatibility.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ database commands:
301301
To avoid disruption due to the removal of these opcodes, **upgrade your
302302
driver to the latest version**.
303303

304+
.. include:: /includes/fact-warning-unsupported-opcodes.rst
305+
304306
If you attempt to connect to a MongoDB 3.4 or older :binary:`mongod`
305307
instance with a MongoDB 5.1 or newer ``mongo`` shell, you
306308
will receive an error message like the following:

0 commit comments

Comments
 (0)