@@ -41,23 +41,22 @@ Once you have installed the |mdb-shell| and added it to your system
41
41
The |mdb-shell| versus the Legacy ``mongo`` Shell
42
42
-------------------------------------------------
43
43
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:
61
60
:doc:`MongoDB Shell Methods </reference/methods>`.
62
61
63
62
Learn More
0 commit comments