Skip to content

Commit 61436ab

Browse files
add starting in mdb 6.0 (#1214)
1 parent 3ab5fc4 commit 61436ab

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

source/release-notes/6.0-compatibility.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -283,20 +283,22 @@ Since MongoDB 3.6, MongoDB drivers have used :ref:`OP_MSG <wire-op-msg>`
283283
instead of :ref:`OP_QUERY <wire-op-query>` and the other legacy opcodes
284284
and commands.
285285

286-
:binary:`mongod` will close the connection and will not respond to:
286+
Starting in MongoDB 6.0:
287287

288-
- :ref:`OP_INSERT <wire-op-insert>`
289-
- :ref:`OP_DELETE <wire-op-delete>`
290-
- :ref:`OP_UPDATE <wire-op-update>`
291-
- :ref:`OP_KILL_CURSORS <wire-op-kill-cursors>`
288+
- :binary:`mongod` will close the connection and will not respond to:
289+
290+
- :ref:`OP_INSERT <wire-op-insert>`
291+
- :ref:`OP_DELETE <wire-op-delete>`
292+
- :ref:`OP_UPDATE <wire-op-update>`
293+
- :ref:`OP_KILL_CURSORS <wire-op-kill-cursors>`
292294

293-
:binary:`mongod` will keep the connection open and return an error for:
295+
- :binary:`mongod` will keep the connection open and return an error for:
294296

295-
- The ``getLastError`` database command
296-
- :ref:`OP_GET_MORE <wire-op-get-more>`
297-
- :ref:`OP_QUERY <wire-op-query>` finds
298-
- Most :ref:`OP_QUERY <wire-op-query>`
299-
:abbr:`RPC (Remote Procedure Call)` command messages
297+
- The ``getLastError`` database command
298+
- :ref:`OP_GET_MORE <wire-op-get-more>`
299+
- :ref:`OP_QUERY <wire-op-query>` finds
300+
- Most :ref:`OP_QUERY <wire-op-query>`
301+
:abbr:`RPC (Remote Procedure Call)` command messages
300302

301303
.. note:: OP_QUERY RPC Commands
302304

0 commit comments

Comments
 (0)