Skip to content

Commit ff7f157

Browse files
author
Dave Cuthbert
authored
DOCSP-25497 note about depreciation (#239)
* DOCSP-25497 note about depreciation * DOCSP-25497 note about depreciation
1 parent 064ae6c commit ff7f157

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

source/index.txt

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,22 @@ Once you have installed the |mdb-shell| and added it to your system
4141
The |mdb-shell| versus the Legacy ``mongo`` Shell
4242
-------------------------------------------------
4343

44-
The new MongoDB Shell, ``mongosh``, offers numerous
45-
advantages over the legacy :binary:`~bin.mongo` shell, such as:
46-
47-
- Improved syntax highlighting.
48-
49-
- Improved command history.
50-
51-
- Improved logging.
52-
53-
Currently ``mongosh`` supports a subset of the :binary:`~bin.mongo`
54-
shell methods. Achieving feature parity between ``mongosh`` and the
55-
``mongo`` shell is an ongoing effort.
56-
57-
To maintain backwards compatibility, the methods that ``mongosh``
58-
supports use the same syntax as the corresponding methods in the
59-
:binary:`~bin.mongo` shell. To see the complete list of methods
60-
supported by ``mongosh``, see
44+
The legacy ``mongo`` shell was deprecated in MongoDB 5.0 and removed in
45+
MongoDB 6.0. The new MongoDB Shell, ``mongosh``, offers numerous
46+
advantages over the legacy shell. The new shell has improved:
47+
48+
- compatibility with the MongoDB `Node.js
49+
<https://www.mongodb.com/docs/drivers/node/current/>`__ driver
50+
- syntax highlighting
51+
- command history
52+
- logging
53+
54+
Some legacy methods are unavailable or have been replaced with updated
55+
methods in ``mongosh``. To maintain backwards compatibility, the legacy
56+
methods that ``mongosh`` supports use the same syntax as the
57+
corresponding methods in the ``mongo`` shell.
58+
59+
To see the complete list of methods supported by ``mongosh``, refer to:
6160
:doc:`MongoDB Shell Methods </reference/methods>`.
6261

6362
Learn More

0 commit comments

Comments
 (0)